coder / deploy-code-server

Deploy code-server to the cloud with a few clicks ☁️ 👨🏼‍💻

Repository from Github https://github.comcoder/deploy-code-serverRepository from Github https://github.comcoder/deploy-code-server

auto reset on heroku

Munz1211 opened this issue · comments

why every 1 hour get auto reset from heroku??, how to solve it. The data that I coded disappeared instantly. help

Hi @Munz1211. Sorry for the very late response. Heroku has an ephemeral filesystem which means that any files are reset and you must add tools to the Dockerfile for them to stay in your workspace.

To save your sourcecode, you can follow these instructions to persist your filesystem with rclone