Skip to content
This repository was archived by the owner on Jul 28, 2026. It is now read-only.

Commit 932c4dd

Browse files
committed
fix: rename systemd service from zerohost-dashboard to beta in deploy-beta.yml
1 parent 6d5f950 commit 932c4dd

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/deploy-beta.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
key: ${{ secrets.SSH_PRIVATE_KEY }}
3131
port: ${{ secrets.SSH_PORT || 22 }}
3232
script: |
33-
systemctl stop zerohost-dashboard || true
33+
systemctl stop beta || true
3434
3535
- name: Upload binary
3636
uses: appleboy/scp-action@v0.1.7
@@ -53,4 +53,4 @@ jobs:
5353
port: ${{ secrets.SSH_PORT || 22 }}
5454
script: |
5555
chmod +x ${{ secrets.BETA_PATH }}/server
56-
systemctl start zerohost-dashboard
56+
systemctl start beta

0 commit comments

Comments
 (0)