We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5aa7fad commit 65bca12Copy full SHA for 65bca12
.github/workflows/test-deployment.yml
@@ -39,7 +39,7 @@ jobs:
39
- name: Upload prod build to server
40
uses: appleboy/[email protected]
41
with:
42
- host: ${{ var.SERVER_NAME }}
+ host: ${{ vars.SERVER_NAME }}
43
username: root
44
key: ${{ secrets.SERVER_SSH_KEY }}
45
port: 22
0 commit comments