Skip to content

Commit

Permalink
path
Browse files Browse the repository at this point in the history
  • Loading branch information
ironicbadger committed Jun 14, 2024
1 parent 41302a3 commit 9f651d9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build-publish-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,9 @@ jobs:
run: |
ssh -o "StrictHostKeyChecking no" ironicbadger@ktz-cloud "
docker login ghcr.io -u ${{ github.actor }} -p ${{ secrets.GHCR_TOKEN }}
cd ${{ secrets.VPS_PROJECT_PATH }}
git pull
docker-compose run pms-wiki build
docker compose run pms-wiki build
docker tag pms-wiki ghcr.io/ironicbadger/pms-wiki
docker push ghcr.io/ironicbadger/pms-wiki
"

0 comments on commit 9f651d9

Please sign in to comment.