From 110d7a3ff19223eb2a7f54377e418ef838c17e5f Mon Sep 17 00:00:00 2001 From: YongHwan2161 <116191051+YongHwan2161@users.noreply.github.com> Date: Wed, 8 May 2024 11:11:35 +0000 Subject: [PATCH] edit3 --- .github/workflows/Deploy.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/Deploy.yml b/.github/workflows/Deploy.yml index aa2829f..d9a975f 100644 --- a/.github/workflows/Deploy.yml +++ b/.github/workflows/Deploy.yml @@ -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 }}:~/Desktop/Server/cppWebServer3/main --zone ${{ secrets.VM_ZONE }} - gcloud compute scp ./index2.html ${{ secrets.VM_NAME }}:~/Desktop/Server/cppWebServer3/index2.html --zone ${{ secrets.VM_ZONE }} + gcloud compute scp ./main ${{ secrets.VM_NAME }}:~/ --zone ${{ secrets.VM_ZONE }} + gcloud compute scp ./index2.html ${{ secrets.VM_NAME }}:~/ --zone ${{ secrets.VM_ZONE }} # - name: Execute deployment script on VM # run: |