Skip to content

Gorgeous-Patrick/joj-deploy-lite

 
 

Repository files navigation

JOJ2 Deploy

Production

./start.sh prod

Development

For ease of development, mount the source directory of horse into the container and auto reloading (DEBUG=true) is also enabled in docker-compose-dev.yml. You need to export the environment variable HORSE_SRC, then start development!

export HORSE_SRC=/path/to/horse/src # path of the git repo of horse
# or put the environment variables to a .env file

Develop with Local DB

./start.sh dev

Develop with Stage DB

./start.sh stage

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%