Skip to content

Commit

Permalink
ci: Fix deploy server run paths
Browse files Browse the repository at this point in the history
  • Loading branch information
Gustl22 committed Apr 29, 2024
1 parent 5774264 commit ebfdbdc
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/release-server.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,13 +88,14 @@ jobs:
public
database
.env.example
pubspec.yaml
# Deploy
deploy-web-host: ${{ secrets.WEB_HOST }}
deploy-web-path: ${{ secrets.SERVER_DEPLOY_PATH }}
deploy-web-ssh-port: ${{ secrets.WEB_SSH_PORT }}
deploy-web-ssh-user: ${{ secrets.WEB_SSH_USER }}
deploy-web-ssh-private-key-base64: ${{ secrets.WEB_SSH_PRIVATE_KEY }}
deploy-pre-run: |
systemctl --user stop my-dart-app.service
systemctl --user stop wrestling-scoreboard-server.service
deploy-post-run: |
systemctl --user start my-dart-app.service
systemctl --user start wrestling-scoreboard-server.service

0 comments on commit ebfdbdc

Please sign in to comment.