We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d44935 commit f0e8036Copy full SHA for f0e8036
.github/workflows/deploy.yml
@@ -38,7 +38,7 @@ jobs:
38
- uses: appleboy/ssh-action@master
39
name: Deploy container
40
with:
41
- host: ${{ variables.HOST }}
+ host: ${{ vars.HOST }}
42
username: ${{ secrets.USERNAME }}
43
key: ${{ secrets.KEY }}
44
script: systemctl restart validator
@@ -50,7 +50,7 @@ jobs:
50
51
name: Deploy convertor
52
53
54
55
56
script: systemctl restart converter
0 commit comments