We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1520581 commit 067bdc8Copy full SHA for 067bdc8
1 file changed
.github/workflows/deploy-server.yml
@@ -19,7 +19,7 @@ jobs:
19
- name: Execute on server
20
uses: appleboy/ssh-action@v1
21
with:
22
- host: ${{ vars.SERVER_HOST}}
+ host: ${{ vars.SERVER_HOST }}
23
username: ${{ vars.SERVER_USER }}
24
key: ${{ secrets.PRIVATE_KEY }}
25
script: |
0 commit comments