Skip to content

Commit

Permalink
oi hughie
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 f530f78 commit 77af6cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,6 @@ jobs:
host: ${{ secrets.SSH_HOST }}
username: ${{ secrets.SSH_USERNAME }}
key: ${{ secrets.SSH_KEY }}
port: 2222
port: 22
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 77af6cb

Please sign in to comment.