Self-host your envs
DECO_ENV_NAME
).
ssh/id_ed25519
: generated private keyssh/id_ed25519.pub
: public key associated with the private key above and the
Git repositoryDECO_ENV_NAME
: Name of the environment added in the adminDECO_SITE_NAME
: Project nameDECO_REPO_URL
: SSH access URL to your Git repositorydocker build -t env_image .
docker run -p 8000:8000 --name env_container env_image