Skip to content
This repository has been archived by the owner on Sep 3, 2024. It is now read-only.

en: fix typo #2106

Merged
merged 1 commit into from
Jul 15, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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