This commit is contained in:
MartinBraquet
2025-12-04 21:04:01 +01:00
parent 91f69ed928
commit dc298c4f46
3 changed files with 24 additions and 2 deletions

View File

@@ -56,6 +56,18 @@ jobs:
if: steps.check.outputs.changed == 'true'
run: yarn install
- name: Authenticate to GCP
if: steps.check.outputs.changed == 'true'
uses: google-github-actions/auth@v2
with:
credentials_json: ${{ secrets.GCP_SA_KEY }}
- name: Install gcloud CLI
if: steps.check.outputs.changed == 'true'
uses: google-github-actions/setup-gcloud@v2
with:
project_id: ${{ secrets.GCP_PROJECT_ID }}
- name: Run deploy script
if: steps.check.outputs.changed == 'true'
run: |