We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 65ca25d commit 9c87a36Copy full SHA for 9c87a36
1 file changed
.github/workflows/toolforge-deploy.yml
@@ -23,10 +23,10 @@ jobs:
23
- name: Run deployment commands
24
uses: appleboy/ssh-action@v1.0.3
25
with:
26
- host: ${{ secrets.SSH_HOST }}
+ host: ${{ vars.SSH_HOST }}
27
username: ${{ secrets.SSH_USER }}
28
key: ${{ secrets.SSH_PRIVATE_KEY }}
29
- port: ${{ secrets.PORT }}
+ port: ${{ vars.SSH_PORT }}
30
request_pty: true
31
script: |
32
set -xe
0 commit comments