目次

render.com

since 2021-06-30

Flask

https://render.com/docs/deploy-flask

コミットでデプロイ

diff --git a/app.py b/app.py
index d82c51f..9ee127c 100644
--- a/app.py
+++ b/app.py
@@ -3,4 +3,4 @@ app = Flask(__name__)

 @app.route('/')
 def hello_world():
-    return 'Hello, World!'
+    return 'Hello, Render!'

その他、確認できた機能

内部アドレスを Shell から叩く

$ curl http://flask-hello-world-xxxxx:10000/
Hello, Render!

Python のバージョンやパスを確認

$ which python
/opt/render/project/src/.venv/bin/python

$ python -V
Python 3.7.10

Settings のいちばん下に「Delete Web Service」「Suspend Web Service」がある。

Suspend すると「Suspended by you. You are not billed for suspended services.」になる。