diff --git a/.github/actions/deploy/action.yml b/.github/actions/deploy/action.yml index 7b2a94ae..124614da 100644 --- a/.github/actions/deploy/action.yml +++ b/.github/actions/deploy/action.yml @@ -27,12 +27,12 @@ runs: shell: bash run: docker build -t ${{ inputs.region }}-docker.pkg.dev/${{ inputs.projectId }}/${{ inputs.registry }}:${{ inputs.tag }} ${{ inputs.folder }} - name: Auth Google Cloud - uses: google-github-actions/auth@v2.1.7 + uses: google-github-actions/auth@v2.1.8 with: workload_identity_provider: projects/900797847730/locations/global/workloadIdentityPools/github/providers/hplush service_account: github-deploy@${{ inputs.projectId }}.iam.gserviceaccount.com - name: Install Google Cloud - uses: google-github-actions/setup-gcloud@v2.1.2 + uses: google-github-actions/setup-gcloud@v2.1.4 - name: Auth Docker shell: bash run: gcloud auth configure-docker ${{ inputs.region }}-docker.pkg.dev --quiet @@ -41,7 +41,7 @@ runs: run: docker push ${{ inputs.region }}-docker.pkg.dev/${{ inputs.projectId }}/${{ inputs.registry }}:${{ inputs.tag }} - name: Deploy to Cloud Run id: deploy - uses: google-github-actions/deploy-cloudrun@v2.7.2 + uses: google-github-actions/deploy-cloudrun@v2.7.3 with: service: ${{ inputs.service }} region: ${{ inputs.region }} diff --git a/.github/actions/init-node/action.yml b/.github/actions/init-node/action.yml index 808fec57..f3a389fb 100644 --- a/.github/actions/init-node/action.yml +++ b/.github/actions/init-node/action.yml @@ -10,9 +10,9 @@ runs: using: composite steps: - name: Install pnpm - uses: pnpm/action-setup@v4.0.0 + uses: pnpm/action-setup@v4.1.0 - name: Install Node.js - uses: actions/setup-node@v4.1.0 + uses: actions/setup-node@v4.2.0 with: node-version-file: .node-version cache: ${{ inputs.cache && 'pnpm' || '' }} diff --git a/.github/workflows/preview-deploy.yml b/.github/workflows/preview-deploy.yml index e6aafaab..9310649a 100644 --- a/.github/workflows/preview-deploy.yml +++ b/.github/workflows/preview-deploy.yml @@ -52,7 +52,7 @@ jobs: tag: preview-${{ env.PR_NUMBER }} env: ASSETS=1,DATABASE_URL=memory://,PROXY_ORIGIN=^https:\/\/preview-\d+---staging-server-900797847730\.europe-west1\.run\.app$ # flags: | - # --update-secrets=DATABASE_URL=preview-db-url:latest + # --update-secrets DATABASE_URL=preview-db-url:latest - name: Update deployment status uses: bobheadxi/deployments@v1.5.0 if: always() diff --git a/.github/workflows/server.yml b/.github/workflows/server.yml index d7cdfb79..88733404 100644 --- a/.github/workflows/server.yml +++ b/.github/workflows/server.yml @@ -94,7 +94,7 @@ jobs: # Persistent database was disable temporary to save money # flags: | # --vpc-connector db-connector - # --update-secrets=DATABASE_URL=staging-db-url:latest + # --update-secrets DATABASE_URL=staging-db-url:latest flags: | - --add-volume=name=db,type=cloud-storage,bucket=staging-db - --add-volume-mount=volume=db,mount-path=/var/mnt/staging-db/ + --add-volume name=db,type=cloud-storage,bucket=staging-db + --add-volume-mount volume=db,mount-path=/var/mnt/staging-db/