/videil

The easiest way to deploy code-server to Heroku!

Primary LanguageShellGNU General Public License v3.0GPL-3.0

Videil - code server for PaaS

Videil (vim-ideil) - config for hosting code-server on your favorite platform

One-click deployment

Deploy to Heroku Deploy to Zeet

Demo

The demo link can be found in the description of this repo (password: 123asd123)

Supported platforms

Deploy it by your own hands

Heroku

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