Skip to content

Commit 038350b

Browse files
committed
Adding GCP deploy command.
1 parent 2c3c1fa commit 038350b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/upload-assets-to-gcp.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Upload assets to GCS
1+
name: Publish website to india-dev-stack.com
22
on:
33
push:
44
tags:
@@ -32,7 +32,7 @@ jobs:
3232
- name: Build Astro
3333
run: npm run build
3434

35-
- name: Read GCP Credentials
35+
- name: Read GCP credentials
3636
id: 'auth'
3737
uses: 'google-github-actions/auth@v2'
3838
with:
@@ -41,5 +41,5 @@ jobs:
4141
- name: 'Set up GCP SDK'
4242
uses: 'google-github-actions/setup-gcloud@v2'
4343

44-
- name: 'Upload Using gcloud CLI (rsync)'
45-
run: 'gsutil -m rsync -R -d dist gs://beeceptor-static-websites-hosting/india-dev-stack-com/'
44+
- name: 'Upload using gcloud CLI (rsync)'
45+
run: 'gsutil -m rsync -R -d dist gs://india-dev-stack-com/'

0 commit comments

Comments
 (0)