We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c3c1fa commit 038350bCopy full SHA for 038350b
.github/workflows/upload-assets-to-gcp.yml
@@ -1,4 +1,4 @@
1
-name: Upload assets to GCS
+name: Publish website to india-dev-stack.com
2
on:
3
push:
4
tags:
@@ -32,7 +32,7 @@ jobs:
32
- name: Build Astro
33
run: npm run build
34
35
- - name: Read GCP Credentials
+ - name: Read GCP credentials
36
id: 'auth'
37
uses: 'google-github-actions/auth@v2'
38
with:
@@ -41,5 +41,5 @@ jobs:
41
- name: 'Set up GCP SDK'
42
uses: 'google-github-actions/setup-gcloud@v2'
43
44
- - name: 'Upload Using gcloud CLI (rsync)'
45
- run: 'gsutil -m rsync -R -d dist gs://beeceptor-static-websites-hosting/india-dev-stack-com/'
+ - name: 'Upload using gcloud CLI (rsync)'
+ run: 'gsutil -m rsync -R -d dist gs://india-dev-stack-com/'
0 commit comments