Skip to content

Commit

Permalink
changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Abhinav232004 committed Feb 23, 2024
1 parent 8d73062 commit 9b0d17d
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 @@ -56,7 +56,7 @@ jobs:
- name: SSH into the VM and build the Docker image
run: |
# SSH into the VM and clone the repo
gcloud compute ssh ${{ secrets.GCP_INSTANCE_NAME}} --zone=${{ secrets.GCP_ZONE }} --command 'cd woc && git checkout soc && sudo docker-compose up --build'
gcloud compute ssh ${{ secrets.GCP_INSTANCE_NAME}} --zone=${{ secrets.GCP_ZONE }} --command 'cd woc && git checkout soc && cp .env.example .env && sudo docker-compose up --build'
# - name: SSH into the VM and do the necessary changes in the nginx file for hosting the docker container
# run: |
Expand Down

0 comments on commit 9b0d17d

Please sign in to comment.