Videil (vim-ideil) - config for hosting code-server on your favorite platform
The demo link can be found in the description of this repo (password: 123asd123)
Create your heroku app, enter to its folder, and clone the videil repository:
git clone https://github.com/sinnrrr/videil .
Then, set the buildpack of the app:
heroku buildpacks:add https://github.com/weibeld/heroku-buildpack-run
Final thing is to deploy it to Heroku. Simply run the following command:
git push heroku master