Skip to content

Commit

Permalink
Update deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Maleehak authored Apr 18, 2024
1 parent ddc6780 commit a5a1d53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:

- name: Build Docker image
run: |
docker build --build-arg GOOGLE_FILE_PASSWORD=${{ secrets.GOOGLE_FILE_PASSWORD }} -t gcr.io/brief-me-backend/brief-me-backend:1.0 .
docker build --build-arg "GOOGLE_FILE_PASSWORD=${{ secrets.GOOGLE_FILE_PASSWORD }}" -t gcr.io/brief-me-backend/brief-me-backend:1.0 .
docker push gcr.io/brief-me-backend/brief-me-backend:1.0
- name: Deploy to GCP
Expand Down

0 comments on commit a5a1d53

Please sign in to comment.