Skip to content

Commit

Permalink
.github/workflows/deploy.yml fixed --project-name for docker-compose
Browse files Browse the repository at this point in the history
  • Loading branch information
fb929 committed May 28, 2024
1 parent 1cacf54 commit 00504b0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,6 @@ jobs:
- name: restart docker compose
if: ${{ github.ref == matrix.branch }}
run: |
docker-compose --project-name ${STAND} stop
docker-compose --project-name ${{ matrix.stand }} stop
docker system prune --all --volumes --force
docker-compose --project-name ${STAND} up -d
docker-compose --project-name ${{ matrix.stand }} up -d

0 comments on commit 00504b0

Please sign in to comment.