Skip to content

Commit

Permalink
service name
Browse files Browse the repository at this point in the history
  • Loading branch information
machado2 committed Jun 28, 2024
1 parent 3d3a2b1 commit c0c0efe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/manual.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:

- name: Stop Running Backend
run: |
ssh ${{ secrets.SSH_USERNAME }}@${{ secrets.SSH_HOST }} 'sudo systemctl stop your-backend-service'
ssh ${{ secrets.SSH_USERNAME }}@${{ secrets.SSH_HOST }} 'sudo systemctl stop sdcompare'
- name: Deploy UI to Server
run: |
Expand All @@ -75,4 +75,4 @@ jobs:
- name: Start Backend
run: |
ssh ${{ secrets.SSH_USERNAME }}@${{ secrets.SSH_HOST }} 'sudo systemctl start your-backend-service'
ssh ${{ secrets.SSH_USERNAME }}@${{ secrets.SSH_HOST }} 'sudo systemctl start sdcompare'

0 comments on commit c0c0efe

Please sign in to comment.