Skip to content

Commit

Permalink
Try some other options to get it to deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
Piszmog committed Mar 31, 2024
1 parent b99d702 commit 656135b
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .gcloudignore
Original file line number Diff line number Diff line change
Expand Up @@ -63,3 +63,8 @@ Makefile
version.txt
tailwindcss
components/*.templ
Dockerfile
README.md
tailwind.config.js
LICENSE
styles/
8 changes: 7 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,8 +119,14 @@ jobs:
with:
workload_identity_provider: projects/${{ secrets.GCP_PROJECT_NUMBER }}/locations/global/workloadIdentityPools/${{ secrets.GCP_WORKLOAD_POOL_ID }}/providers/${{ secrets.GCP_WORKLOAD_PROVIDER_ID }}
service_account: ${{ secrets.GCP_SERVICE_ACCOUNT_NAME }}@${{ secrets.GCP_PROJECT_ID }}.iam.gserviceaccount.com
- name: Setup Cloud SDK
uses: 'google-github-actions/setup-gcloud@v2'
with:
version: '>= 416.0.0'
install_components: 'app-engine-go'
- id: 'deploy'
uses: 'google-github-actions/deploy-appengine@v2'
env:
CLOUDSDK_APP_CLOUD_BUILD_TIMEOUT: 600
with:
version: ${{ env.VERSION_GCP }}
flags: --no-cache

0 comments on commit 656135b

Please sign in to comment.