Skip to content

Commit

Permalink
Update Deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
YongHwan2161 authored May 8, 2024
1 parent ff0b319 commit a62f231
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 @@ -32,8 +32,8 @@ jobs:
- name: Copy files to GCP VM
run: |
echo "Deploying to Google Cloud VM..."
gcloud compute scp ./main ${{ secrets.VM_NAME }}:~/ --zone ${{ secrets.VM_ZONE }}
# gcloud compute scp ./workspaces/cppWebServer3/deploy_script.sh ${{ secrets.VM_NAME }}:~/ --zone ${{ secrets.VM_ZONE }}
gcloud compute scp ./main ${{ secrets.VM_NAME }}:~/Desktop/Server/cppWebServer3/ --zone ${{ secrets.VM_ZONE }}
gcloud compute scp ./index2.html ${{ secrets.VM_NAME }}:~/Desktop/Server/cppWebServer3/ --zone ${{ secrets.VM_ZONE }}
# - name: Execute deployment script on VM
# run: |
Expand Down

0 comments on commit a62f231

Please sign in to comment.