Skip to content

Commit f5884f2

Browse files
committed
Fix CI/CD
1 parent 02dde03 commit f5884f2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/branch.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,7 @@ jobs:
148148
echo 'MYSQL_USER=symfony' >> .env && \
149149
echo 'MYSQL_PASSWORD=symfony' >> .env && \
150150
echo 'MYSQL_DATABASE=symfony' >> .env && \
151+
git pull origin ${DOCKER_BRANCH} && \
151152
docker compose --file docker-compose-branch.yml pull && \
152153
docker login -u ${{ secrets.DOCKER_LOGIN }} -p ${{ secrets.DOCKER_PASSWD }} ${{ secrets.DOCKER_REGISTRY }} && \
153154
docker compose --project-name ${{ github.ref_name }}-api_php --file docker-compose-branch.yml up -d && \

0 commit comments

Comments
 (0)