Skip to content

Commit 6b3030b

Browse files
committed
Tmp testing
1 parent b22ff48 commit 6b3030b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/branch.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ jobs:
154154
git pull origin ${DOCKER_BRANCH} && \
155155
docker compose --file docker-compose-branch.yml pull && \
156156
docker login -u ${{ secrets.DOCKER_LOGIN }} -p ${{ secrets.DOCKER_PASSWD }} ${{ secrets.DOCKER_REGISTRY }} && \
157-
docker compose --project-name ${{ github.ref_name }}-api_php --file docker-compose-branch.yml up -d
157+
docker compose --project-name ${{ github.ref_name }}-api_php --file docker-compose-branch.yml up -d"
158158
#docker compose --project-name ${{ github.ref_name }}-api_php --file docker-compose-branch.yml up -d && \
159159
#until docker exec ${{ github.ref_name }}-api_php-sf true 2>/dev/null; do sleep 5; done && \
160160
#docker compose --file docker-compose-branch.yml exec symfony php bin/console doctrine:migrations:migrate --no-interaction"

0 commit comments

Comments
 (0)