mirror of
https://github.com/kou029w/http-echo.git
synced 2025-01-18 08:05:06 +00:00
add render.com
This commit is contained in:
parent
642a4f99e6
commit
189b6c99bc
2 changed files with 11 additions and 0 deletions
|
@ -12,6 +12,7 @@ A simple HTTP request and response testing server.
|
|||
| [heroku.com][] | [![Deploy to Heroku][heroku-button]][heroku-deploy] | http://http--echo.herokuapp.com/ | ![heroku-status][heroku-status] | ![heroku-response][heroku-response] |
|
||||
| [fly.io][] | [`flyctl deploy`][fly-deploy] | https://http-echo.fly.dev/ | ![fly-status][fly-status] | ![fly-response][fly-response] |
|
||||
| [cloud.run][] | [![Run on Google Cloud][cloud-run-button]][cloud-run-deploy] | https://http-echo-jbhds67nka-uw.a.run.app/ | ![cloud-run-status][cloud-run-status] | ![cloud-run-response][cloud-run-response] |
|
||||
| [render.com][] | [![Deploy to Render][render-button]][render-deploy] | | | |
|
||||
|
||||
[netlify.com]: https://www.netlify.com/
|
||||
[netlify-button]: https://www.netlify.com/img/deploy/button.svg
|
||||
|
@ -52,3 +53,6 @@ A simple HTTP request and response testing server.
|
|||
[cloud-run-deploy]: https://deploy.cloud.run
|
||||
[cloud-run-status]: https://badgen.net/uptime-robot/month/m785227129-d960a8a50ba6f79398c4106e?cache=3600
|
||||
[cloud-run-response]: https://badgen.net/uptime-robot/response/m785227129-d960a8a50ba6f79398c4106e?cache=3600
|
||||
[render.com]: https://render.com/
|
||||
[render-button]: https://render.com/images/deploy-to-render-button.svg
|
||||
[render-deploy]: https://render.com/deploy
|
||||
|
|
7
render.yaml
Normal file
7
render.yaml
Normal file
|
@ -0,0 +1,7 @@
|
|||
services:
|
||||
- type: web
|
||||
name: http-echo
|
||||
env: node
|
||||
plan: free
|
||||
buildCommand: yarn
|
||||
startCommand: node index.js
|
Loading…
Add table
Reference in a new issue