Deploy#

Create a Docker context based on the environment to be used.

source .env_local
make docker-setup

Using provided Makefile#

Run make deploy to deploy to the server. This command relies on environment variables defined in .env_local (or the production env file you created)

make deploy

Also use this command when there is a new version of any of the images.

Check Stack Status#

make status

Check Logs#

Tool

Command

webserver

make logs-webserver

frontend

make logs-frontend

backend

make logs-backend

Continuous Integration#

Using GitHub Actions#

Using GitLab CI#