1 parent d3136de commit cb97893Copy full SHA for cb97893
1 file changed
.github/workflows/push.yml
@@ -49,12 +49,12 @@ jobs:
49
wget https://niche-museums-j7hipcg4aq-uc.a.run.app/browse.db
50
./build.sh
51
- name: Authenticate to Google Cloud
52
- uses: 'google-github-actions/auth@v2'
+ uses: google-github-actions/auth@v2
53
with:
54
project_id: datasette-222320
55
credentials_json: ${{ secrets.GCP_SA_KEY }}
56
- name: Set up gcloud SDK
57
- uses: 'google-github-actions/setup-gcloud@v3'
+ uses: google-github-actions/setup-gcloud@v3.0.0
58
- name: Deploy to Cloud Run
59
run: |-
60
gcloud config set run/region us-central1
0 commit comments