diff --git a/.github/workflows/Deploy.yml b/.github/workflows/Deploy.yml index b81430f..d6407ff 100644 --- a/.github/workflows/Deploy.yml +++ b/.github/workflows/Deploy.yml @@ -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 &'