Skip to content

Commit

Permalink
fix: please work
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon Hedström authored and Simon Hedström committed Sep 23, 2024
1 parent 7a30182 commit f530f78
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,5 +47,6 @@ jobs:
host: ${{ secrets.SSH_HOST }}
username: ${{ secrets.SSH_USERNAME }}
key: ${{ secrets.SSH_KEY }}
port: 22
port: 2222
envs: GITHUB_TOKEN,GITHUB_ACTOR
script: cd control-app && echo $GITHUB_TOKEN | docker login ghcr.io -u $GITHUB_ACTOR --password-stdin && docker compose up -d

0 comments on commit f530f78

Please sign in to comment.