Skip to content

Commit

Permalink
deploy command fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ironicbadger committed Jun 14, 2024
1 parent 22002b3 commit a0cd0c0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-publish-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
run: |
ssh -o "StrictHostKeyChecking no" ironicbadger@ktz-cloud "
cd ${{ secrets.VPS_PROJECT_PATH }}
docker-compose pull pms-wiki
docker-compose up -d pms-wiki
docker compose pull pms-wiki
docker compose up -d pms-wiki
docker image prune -af
"

0 comments on commit a0cd0c0

Please sign in to comment.