Skip to content

Commit 439c1aa

Browse files
committed
s/folder/directory
1 parent 7d0c617 commit 439c1aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ For example I am now updating my web home page using it. If you want to do the s
77
1. make a public static website bucket as explained in relevant [GCP docs](https://cloud.google.com/storage/docs/hosting-static-website)
88
2. create a Service account without any permissions and download its key file
99
3. add it in the bucket's permissions settings as Object Admin (finding it by its email)
10-
4. make a Github repo and a folder in it with the same name as your bucket (designed to be able to update multiple buckets from a single repo)
10+
4. make a Github repo and a directory in it with the same name as your bucket (designed to be able to update multiple buckets from a single repo)
1111
5. in the Secrets tab of repo settings add a secret named "secrets" in the folllowing format: "<bucket1 name> <base64 of the key file> <bucket2 name> <base64 of the key file> ..."
1212
6. add a Workflow to your repo like this: https://github.com/Nakilon/www-nakilon-pro/blob/master/.github/workflows/sync_with_gcs.yaml

0 commit comments

Comments
 (0)