File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -127,7 +127,7 @@ jobs:
127
127
ssh staging 'export DOCKER_BRANCH=${{ github.ref_name }} DOCKER_REGISTRY=${{ secrets.DOCKER_REGISTRY }}
128
128
cd /var/docker/api/${DOCKER_BRANCH}
129
129
git pull origin ${{ github.ref_name }}
130
- docker compose --file docker-compose-${{ github.ref_name }} .yml pull
130
+ docker compose --file docker-compose-branch .yml pull
131
131
docker login -u ${{ secrets.DOCKER_LOGIN }} -p ${{ secrets.DOCKER_PASSWD }} ${{ secrets.DOCKER_REGISTRY }}
132
- docker compose --project-name ${{ github.ref_name }}-api_php --file docker-compose-${{ github.ref_name }} .yml up -d'
132
+ docker compose --project-name ${{ github.ref_name }}-api_php --file docker-compose-branch .yml up -d'
133
133
# Add migration !?
You can’t perform that action at this time.
0 commit comments