From 6ea1119a32bda1461c56db33dedecedd4a7fef19 Mon Sep 17 00:00:00 2001 From: matthewp Date: Tue, 12 Oct 2021 16:36:32 +0000 Subject: [PATCH] [ci] yarn format --- docs/src/pages/guides/deploy.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/src/pages/guides/deploy.md b/docs/src/pages/guides/deploy.md index e8b6f4523..c8ad775ab 100644 --- a/docs/src/pages/guides/deploy.md +++ b/docs/src/pages/guides/deploy.md @@ -207,7 +207,7 @@ You can skip the `netlify.toml` file and go directly to [Netlify](https://netlif ## Google Cloud -different from most available deploy options here, [Google Cloud]() requires some UI clicks to deploy projects. (Most of these actions can also be done using the gcloud CLI). +different from most available deploy options here, [Google Cloud](https://cloud.google.com) requires some UI clicks to deploy projects. (Most of these actions can also be done using the gcloud CLI). ### Cloud Run @@ -217,7 +217,7 @@ different from most available deploy options here, [Google Cloud]() +4. use a container from Docker Hub or build your own using [Cloud Build](https://cloud.google.com/build) 5. Configure a port from which the files are served @@ -227,11 +227,11 @@ different from most available deploy options here, [Google Cloud]() +2. Create a new bucket under [Cloud Storage](https://cloud.google.com/storage) 3. give it a name and other required settings -4. Upload your `dist` folder into it or upload using [Cloud Build]() +4. Upload your `dist` folder into it or upload using [Cloud Build](https://cloud.google.com/build) 5. Enable public acces by adding a new permission to `allUsers` called `Storage Object Viewer`