Skip to content

Commit

Permalink
script running in background
Browse files Browse the repository at this point in the history
  • Loading branch information
paolini committed Feb 22, 2024
1 parent a4d6ce4 commit 03ac188
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ jobs:
ssh-keyscan -H ${{ secrets.HOSTNAME }} >> ~/.ssh/known_hosts
- name: restart server
run: |
ssh radxa@${{ secrets.HOSTNAME }} ./start-schermo.sh
ssh radxa@${{ secrets.HOSTNAME }} "./start-schermo.sh &"

0 comments on commit 03ac188

Please sign in to comment.