Deploy
Contents
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 also when there is a new version of any of the images.
Check Stack Status#
make status
Check Logs#
Tool |
Command |
---|---|
webserver |
|
frontend |
|
backend |
|