You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/doc/docs/deployment/gcp-app-engine.mdx
+5-1Lines changed: 5 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -95,4 +95,8 @@ To view your application in the web browser run:
95
95
$ gcloud app browse
96
96
```
97
97
98
-
Congratulations! Now your VulcanSQL app is on the cloud and is ready to be shared to the world!
98
+
Congratulations! Now your VulcanSQL app is on the cloud and is ready to be shared to the world!
99
+
100
+
:::info
101
+
If you need to clean up the resources on App Engine, you can [read the documentation here](https://cloud.google.com/appengine/docs/standard/python3/building-app/cleaning-up).
Copy file name to clipboardExpand all lines: packages/doc/docs/deployment/gcp-cloud-run.mdx
+5-1Lines changed: 5 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -100,4 +100,8 @@ Service [vulcansql-project] revision [vulcansql-project-00001-mud] has been depl
100
100
Service URL: https://vulcansql-project-ggcxvljfba-df.a.run.app
101
101
```
102
102
103
-
Congratulations! Now your VulcanSQL app is on the cloud and is ready to be shared to the world!
103
+
Congratulations! Now your VulcanSQL app is on the cloud and is ready to be shared to the world!
104
+
105
+
:::info
106
+
If you need to clean up the resources on Cloud Run, you can [read the documentation here](https://cloud.google.com/run/docs/quickstarts/build-and-deploy/deploy-nodejs-service#clean-up).
0 commit comments