We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d5f950 commit 932c4ddCopy full SHA for 932c4dd
1 file changed
.github/workflows/deploy-beta.yml
@@ -30,7 +30,7 @@ jobs:
30
key: ${{ secrets.SSH_PRIVATE_KEY }}
31
port: ${{ secrets.SSH_PORT || 22 }}
32
script: |
33
- systemctl stop zerohost-dashboard || true
+ systemctl stop beta || true
34
35
- name: Upload binary
36
uses: appleboy/scp-action@v0.1.7
@@ -53,4 +53,4 @@ jobs:
53
54
55
chmod +x ${{ secrets.BETA_PATH }}/server
56
- systemctl start zerohost-dashboard
+ systemctl start beta
0 commit comments