Skip to content

Commit 8456157

Browse files
committed
Adding uploading to clod bucket
1 parent f354e90 commit 8456157

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,14 @@ jobs:
3535
- name: Deploy to Firebase
3636
uses: w9jds/firebase-action@master
3737
with:
38-
args: deploy --only storage
38+
args: deploy
3939
env:
4040
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

Comments
 (0)