Skip to content

Commit

Permalink
Merge pull request #28 from CodeLit/#26
Browse files Browse the repository at this point in the history
Fixed flow #26
  • Loading branch information
CodeLit committed Oct 21, 2023
2 parents 315297c + 8a8632b commit 2a0423e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/host-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ jobs:
port: 22
script: |
cd ${{ vars.SSH_PROJECT_FOLDER }}
echo $GHCR_TOKEN | docker login ghcr.io -u ${{ github.actor }} --password-stdin
docker-compose down
docker-compose pull
docker-compose up -d --remove-orphans

0 comments on commit 2a0423e

Please sign in to comment.