Skip to content

Commit f530f78

Browse files
Simon HedströmSimon Hedström
Simon Hedström
authored and
Simon Hedström
committed
fix: please work
1 parent 7a30182 commit f530f78

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build-and-deploy.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -47,5 +47,6 @@ jobs:
4747
host: ${{ secrets.SSH_HOST }}
4848
username: ${{ secrets.SSH_USERNAME }}
4949
key: ${{ secrets.SSH_KEY }}
50-
port: 22
50+
port: 2222
51+
envs: GITHUB_TOKEN,GITHUB_ACTOR
5152
script: cd control-app && echo $GITHUB_TOKEN | docker login ghcr.io -u $GITHUB_ACTOR --password-stdin && docker compose up -d

0 commit comments

Comments
 (0)