Skip to content

Commit bd7d25f

Browse files
git commit -m 'fixing workflow bugs'
1 parent 75bdd88 commit bd7d25f

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' #this might be causing errors
41-
cd /root/term-group-project-c01w25-project-course-matrix || { echo "Error: Directory /root/myapp does not exist!"; exit 1; }
41+
cd 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)