Skip to content

Commit 9c87a36

Browse files
committed
fix: update deploy vars/secrets
1 parent 65ca25d commit 9c87a36

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/toolforge-deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@ jobs:
2323
- name: Run deployment commands
2424
uses: appleboy/[email protected]
2525
with:
26-
host: ${{ secrets.SSH_HOST }}
26+
host: ${{ vars.SSH_HOST }}
2727
username: ${{ secrets.SSH_USER }}
2828
key: ${{ secrets.SSH_PRIVATE_KEY }}
29-
port: ${{ secrets.PORT }}
29+
port: ${{ vars.SSH_PORT }}
3030
request_pty: true
3131
script: |
3232
set -xe

0 commit comments

Comments
 (0)