Skip to content

Commit 16f0031

Browse files
committed
add clean up info
1 parent e8eafb6 commit 16f0031

3 files changed

Lines changed: 15 additions & 3 deletions

File tree

packages/doc/docs/deployment/flydotio.mdx

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,4 +181,8 @@ Visit your newly deployed app at https://xxxxx/
181181
You can read more here regarding to [deployment via Dockerfile](https://fly.io/docs/languages-and-frameworks/dockerfile/).
182182
:::
183183

184-
Congratulations! Now your VulcanSQL app is on the cloud and is ready to be shared to the world!
184+
Congratulations! Now your VulcanSQL app is on the cloud and is ready to be shared to the world!
185+
186+
:::info
187+
If you need to clean up the resources on Fly.io, you can [read the documentation here](https://fly.io/docs/flyctl/destroy/).
188+
:::

packages/doc/docs/deployment/gcp-app-engine.mdx

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,4 +95,8 @@ To view your application in the web browser run:
9595
$ gcloud app browse
9696
```
9797

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).
102+
:::

packages/doc/docs/deployment/gcp-cloud-run.mdx

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,4 +100,8 @@ Service [vulcansql-project] revision [vulcansql-project-00001-mud] has been depl
100100
Service URL: https://vulcansql-project-ggcxvljfba-df.a.run.app
101101
```
102102

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).
107+
:::

0 commit comments

Comments
 (0)