We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be42501 commit 8d43785Copy full SHA for 8d43785
.github/workflows/deploy.yml
@@ -32,7 +32,7 @@ jobs:
32
name: 'Auth gcloud'
33
env:
34
SERVICE_KEY_BASE64: ${{ secrets.GCLOUD_SERVICE_KEY }}
35
- run: |
+ run: |
36
echo $SERVICE_KEY_BASE64 | base64 --decode > service-key.json
37
gcloud auth activate-service-account --key-file service-key.json
38
@@ -42,7 +42,7 @@ jobs:
42
43
- id: deploy
44
name: 'Deploy to GCP Cloud Functions'
45
- env:
+ env:
46
GCLOUD_APP_BUCKET: ${{ secrets.GCLOUD_APP_BUCKET }}
47
GCLOUD_DATA_BUCKET: ${{ secrets.GCLOUD_DATA_BUCKET }}
48
GCLOUD_PROJECT: ${{ secrets.GCLOUD_PROJECT }}
@@ -53,7 +53,5 @@ jobs:
53
SENTRY_DSN: ${{ secrets.SENTRY_DSN }}
54
SENTRY_ORG: ${{ secrets.SENTRY_ORG }}
55
run: |
56
- curl https://get.volta.sh | bash
57
- volta setup
58
make deploy
59
.github/sentry-release.sh
0 commit comments