Skip to content

Commit

Permalink
fix docker
Browse files Browse the repository at this point in the history
  • Loading branch information
jerryOkafor committed Jun 2, 2024
1 parent f529411 commit 5782cc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/Docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ jobs:
- name: Compose and copy .env file
run: |
gcloud compute scp docker-compose.yml ${{vars.GCP_INSTANCE_NAME}}:~/url-shortener --region=us-central1-a
gcloud compute scp --zone "us-central1-a" --project "urls-4b" docker-compose.yml ${{vars.GCP_INSTANCE_NAME}}:~/url-shortener --region=us-central1-a
- name: SSH into VM
id: compute-ssh
Expand Down

0 comments on commit 5782cc9

Please sign in to comment.