Skip to content

Commit

Permalink
add nohup to go run
Browse files Browse the repository at this point in the history
  • Loading branch information
nilgaar committed Jul 12, 2024
1 parent ae07d30 commit dd9263d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_backend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: Run Backend

run: |
sshpass -p $PASSWORD ssh -o StrictHostKeyChecking=no $USERNAME@$SERVER_IP "cd ./backend && go get && go run main.go"
sshpass -p $PASSWORD ssh -o StrictHostKeyChecking=no $USERNAME@$SERVER_IP "cd ./backend && go get && nohup go run main.go"
env:
SERVER_IP: ${{ secrets.SERVER_IP }}
# pop-pc
Expand Down

0 comments on commit dd9263d

Please sign in to comment.