Skip to content

Conversation

@odama626
Copy link

@odama626 odama626 commented Apr 2, 2024

No description provided.

echo "DEPLOY_REPO_URL=${DEPLOY_REPO_URL}" >> "${GITHUB_ENV}"

ENV_DIR="env/${ENV}"
ENV_DIR="${BASE_PATH}env/${ENV}"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Needs a slash here

@highb
Copy link
Contributor

highb commented Apr 3, 2024

I don't recall why, but the ENV_DIR is used as part of the ENV_BRANCH on line 14 in setup-shared-env.sh and branches can't have dots in them. So... you'll probably want to set the default base-path to an empty string.

@highb
Copy link
Contributor

highb commented Apr 3, 2024

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants