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 f354e90 commit 8456157Copy full SHA for 8456157
.github/workflows/deploy.yml
@@ -35,6 +35,14 @@ jobs:
35
- name: Deploy to Firebase
36
uses: w9jds/firebase-action@master
37
with:
38
- args: deploy --only storage
+ args: deploy
39
env:
40
FIREBASE_TOKEN: ${{ secrets.FIREBASE_TOKEN }}
41
+ - name: Deploy to Google Cloud Bucket
42
+ - uses: actions-hub/gcloud@master
43
+ env:
44
+ PROJECT_ID: installer-to
45
+ APPLICATION_CREDENTIALS: ${{ secrets.GOOGLE_APPLICATION_CREDENTIALS }}
46
+ with:
47
+ args: rsync -r installers gs://installer-to/installers
48
+ cli: gsutil
0 commit comments