Closed thehonker closed 1 year ago
This PR is to mainline our production deployment changes. It introduces three major breaking changes to existing structure / deployment:
app/
config.js
cp config.js.example config.js
volumes: - "./config.js:/app/server/config.js:ro"
docker-compose.yml
It sets up autobuilds for the application container via github actions, storing the output on ghcr.io
This PR is to mainline our production deployment changes. It introduces three major breaking changes to existing structure / deployment:
app/
in the repoconfig.js
(blog posts) is now volume-mounted from the repo directorycp config.js.example config.js
in repo rootdocker-compose.yml
to change this behaviorIt sets up autobuilds for the application container via github actions, storing the output on ghcr.io