Skip to content

Commit

Permalink
en: fix typo (#2106)
Browse files Browse the repository at this point in the history
  • Loading branch information
Charles Swierczek committed Jul 15, 2020
1 parent cbf3fb0 commit 178ffc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion en/faq/deployment-cloud-run.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ description: How to deploy NuxtJS on Google Cloud Run?

[Google Cloud Run](https://cloud.google.com/run) is a fully managed compute platform for deploying and scaling containerized applications quickly and securely.

In this guide, we simply upload the entire project folder to Google Cloud Build with a Dockerfile. After the upload, Cloud Build will automatically generates a container. Then we will deploy this container to Google Cloud Run which will start it with the `start` script in our package.json.
In this guide, we simply upload the entire project folder to Google Cloud Build with a Dockerfile. After the upload, Cloud Build will automatically generate a container. Then we will deploy this container to Google Cloud Run which will start it with the `start` script in our package.json.

## Getting Started

Expand Down

0 comments on commit 178ffc1

Please sign in to comment.