Skip to content

Commit

Permalink
/dev/null
Browse files Browse the repository at this point in the history
  • Loading branch information
YongHwan2161 authored May 8, 2024
1 parent 0b9bb70 commit d87b22c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/Deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,4 @@ jobs:
run: |
echo "Running deployment script on VM..."
gcloud compute ssh ${{ secrets.VM_NAME }} --zone ${{ secrets.VM_ZONE }} --command 'chmod +x main'
gcloud compute ssh ${{ secrets.VM_NAME }} --zone ${{ secrets.VM_ZONE }} --command './main &'
gcloud compute ssh ${{ secrets.VM_NAME }} --zone ${{ secrets.VM_ZONE }} --command './main > /dev/null 2>&1 &'

0 comments on commit d87b22c

Please sign in to comment.