We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf29ba8 commit ff9e5f4Copy full SHA for ff9e5f4
1 file changed
.github/workflows/deploy-binary.yaml
@@ -43,7 +43,7 @@ jobs:
43
host: ${{ secrets.DROPLET_IP }}
44
username: ${{ secrets.DROPLET_USER }}
45
key: ${{ secrets.SSH_PRIVATE_KEY }}
46
- source: havril
+ source: havril_bin
47
target: /platform
48
49
- name: Restart service
@@ -52,4 +52,7 @@ jobs:
52
53
54
55
- script: systemctl restart havril
+ script: |
56
+ mv /platform/havril_bin /platform/havril
57
+ chmod +x /platform/havril
58
+ systemctl restart havril
0 commit comments