We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75bdd88 commit bd7d25fCopy full SHA for bd7d25f
.github/workflows/autodeploy.yml
@@ -38,7 +38,7 @@ jobs:
38
- name: Deploy to Google Cloud VM
39
run: |
40
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; }
+ cd term-group-project-c01w25-project-course-matrix || { echo "Error: Directory /root/myapp does not exist!"; exit 1; }
42
git pull origin ms/Scrun-130-Project-Deployment-dockerfiles
43
cd course-matrix
44
docker compose build
0 commit comments