Skip to content

Commit 8d43785

Browse files
committed
forget volta
1 parent be42501 commit 8d43785

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
name: 'Auth gcloud'
3333
env:
3434
SERVICE_KEY_BASE64: ${{ secrets.GCLOUD_SERVICE_KEY }}
35-
run: |
35+
run: |
3636
echo $SERVICE_KEY_BASE64 | base64 --decode > service-key.json
3737
gcloud auth activate-service-account --key-file service-key.json
3838

@@ -42,7 +42,7 @@ jobs:
4242

4343
- id: deploy
4444
name: 'Deploy to GCP Cloud Functions'
45-
env:
45+
env:
4646
GCLOUD_APP_BUCKET: ${{ secrets.GCLOUD_APP_BUCKET }}
4747
GCLOUD_DATA_BUCKET: ${{ secrets.GCLOUD_DATA_BUCKET }}
4848
GCLOUD_PROJECT: ${{ secrets.GCLOUD_PROJECT }}
@@ -53,7 +53,5 @@ jobs:
5353
SENTRY_DSN: ${{ secrets.SENTRY_DSN }}
5454
SENTRY_ORG: ${{ secrets.SENTRY_ORG }}
5555
run: |
56-
curl https://get.volta.sh | bash
57-
volta setup
5856
make deploy
5957
.github/sentry-release.sh

0 commit comments

Comments
 (0)