Skip to content

Commit a4d0173

Browse files
authored
Update CI/CD
1 parent fce8eb4 commit a4d0173

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/alpha.yml renamed to .github/workflows/branch.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ jobs:
127127
ssh staging 'export DOCKER_BRANCH=${{ github.ref_name }} DOCKER_REGISTRY=${{ secrets.DOCKER_REGISTRY }}
128128
cd /var/docker/api/${DOCKER_BRANCH}
129129
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
131131
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'
133133
# Add migration !?

0 commit comments

Comments
 (0)