Fixed deploy on Heroku url (#64)

https://heroku.com/deploy?template=https://github.com/cdr/deploy-code-server/tree/main goes to error page, so I changed that
This commit is contained in:
Lovely MisakaNo
2021-09-28 02:48:38 +08:00
committed by GitHub
parent d02af6dae9
commit 860561653d

View File

@@ -8,7 +8,7 @@ Launch code-server on Heroku to get on-demand dev environments that turn off whe
## Step 1: Click to deploy
[![Deploy](https://www.herokucdn.com/deploy/button.svg)](https://heroku.com/deploy?template=https://github.com/cdr/deploy-code-server/tree/main)
[![Deploy](https://www.herokucdn.com/deploy/button.svg)](https://dashboard.heroku.com/new?template=https://github.com/cdr/deploy-code-server)
---