Skip to content

Commit c004356

Browse files
committed
Fix CI/CD
1 parent e415845 commit c004356

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/branch.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,8 @@ jobs:
141141
APP_ENV="dev"
142142
fi
143143
ssh staging "cd /var/docker/api/${DOCKER_BRANCH} && \
144+
export DOCKER_BRANCH=${DOCKER_BRANCH} && \
145+
export DOCKER_REGISTRY=${DOCKER_REGISTRY} && \
144146
echo 'APP_ENV=${APP_ENV}' > .env && \
145147
echo 'DATABASE_URL=${DATABASE_URL}' >> .env && \
146148
echo 'DOCKER_NETWORK_NAME=api-${DOCKER_BRANCH}' >> .env && \

0 commit comments

Comments
 (0)