Skip to content

Commit

Permalink
feat: final preproduction draft
Browse files Browse the repository at this point in the history
  • Loading branch information
JMorinPS committed Mar 19, 2024
1 parent d6b6c5e commit bf14b8d
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
- name: Set up Cloud SDK
uses: google-github-actions/setup-gcloud@v2
with:
project_id: ps-mbo-preproduction
project_id: $GCP_PROJECT

- name: Copy env files
run: |
Expand Down Expand Up @@ -113,6 +113,11 @@ jobs:
setup-gcloud: true
registry-login: false

- name: Set up Cloud SDK
uses: google-github-actions/setup-gcloud@v2
with:
project_id: $GCP_PROJECT

- name: Copy env files
run: |
rm -f .env.dist
Expand Down

0 comments on commit bf14b8d

Please sign in to comment.