Skip to content

Commit cf7a42a

Browse files
git commit -m 'running workflow again'
1 parent 7049499 commit cf7a42a

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
@@ -37,7 +37,7 @@ jobs:
3737
3838
- name: Deploy to Google Cloud VM
3939
run: |
40-
ssh -i private_key -o StrictHostKeyChecking=no ${{ secrets.GCP_USERNAME }}@${{ secrets.GCP_VM_IP }} << 'EOF'
40+
ssh -i private_key -o StrictHostKeyChecking=no ${{ secrets.GCP_USERNAME }}@${{ secrets.GCP_VM_IP }} << 'EOF' #this might be causing errors
4141
cd /var/www/myapp || (mkdir -p /var/www/myapp && cd /var/www/myapp)
4242
git pull origin ms/Scrun-130-Project-Deployment-dockerfiles
4343
docker-compose down

0 commit comments

Comments
 (0)