🔴 This repo is archived. Check out deploy-code-server
Launch automatic cloud dev workspaces ☁️
- Code from any device, even an iPad or Chromebook
- Create a new workspace for each project, with the exact config necessary
- Run unlimited dynos for free, up to 1000 total hours per month. They shut down after 30m of inactivity.
- Deploy via the 1-click deploy (only base image for now 😔)
- Fork this repo, extend the image.
- Deploy one of the sample-images/ with Heroku's container registry tutorial
Extending:
FROM bencdr/code-server-heroku
# Install your dependencies
RUN apt-get install -y ...
- Create base image
- Create sample images
- Create GitHub action to build
- Simplify image creation/deployment process