Skip to content

Commit 1d9d32d

Browse files
git commit -m 'hopefully working'
1 parent 126125c commit 1d9d32d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/autodeploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
- name: Deploy to Google Cloud VM
3939
run: |
4040
ssh -i private_key -o StrictHostKeyChecking=no ${{ secrets.GCP_USERNAME }}@${{ secrets.GCP_VM_IP }} << 'EOF'
41-
cd term-group-project-c01w25-project-course-matrix || { echo "Error: Directory /root/myapp does not exist!"; exit 1; }
41+
cd /home/masahisasekita/term-group-project-c01w25-project-course-matrix || { echo "Error: Directory /root/myapp does not exist!"; exit 1; }
4242
git pull origin ms/Scrun-130-Project-Deployment-dockerfiles
4343
cd course-matrix
4444
docker compose build

0 commit comments

Comments
 (0)