Skip to content

Commit

Permalink
Added manual trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
Simyon264 authored Feb 23, 2024
1 parent 0f2ced0 commit 1eb1d19
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
push:
branches:
- master
workflow_dispatch:

jobs:

Expand Down Expand Up @@ -58,4 +58,4 @@ jobs:
- name: Start services
run: |
ssh -o StrictHostKeyChecking=no ${{ secrets.SERVER_USERNAME }}@${{ secrets.SERVER_IP }} "sudo systemctl start replaybrowser.client.service"
ssh -o StrictHostKeyChecking=no ${{ secrets.SERVER_USERNAME }}@${{ secrets.SERVER_IP }} "sudo systemctl start replaybrowser.server.service"
ssh -o StrictHostKeyChecking=no ${{ secrets.SERVER_USERNAME }}@${{ secrets.SERVER_IP }} "sudo systemctl start replaybrowser.server.service"

0 comments on commit 1eb1d19

Please sign in to comment.