We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e415845 commit c004356Copy full SHA for c004356
.github/workflows/branch.yml
@@ -141,6 +141,8 @@ jobs:
141
APP_ENV="dev"
142
fi
143
ssh staging "cd /var/docker/api/${DOCKER_BRANCH} && \
144
+ export DOCKER_BRANCH=${DOCKER_BRANCH} && \
145
+ export DOCKER_REGISTRY=${DOCKER_REGISTRY} && \
146
echo 'APP_ENV=${APP_ENV}' > .env && \
147
echo 'DATABASE_URL=${DATABASE_URL}' >> .env && \
148
echo 'DOCKER_NETWORK_NAME=api-${DOCKER_BRANCH}' >> .env && \
0 commit comments