This repository is a template for including the Makefile and config files for local or CI builds for a standardized container tagging method and an automated way to push to AWS ECR.
- copy the files deploy.env, config.env, version.sh and Makefile to your repo
- replace the vars in deploy.env
- define the version script
make build
make release
This includes the login to the repo
make publish
make run
make up
make stop
make cnf=another_config.env dpl=another_deploy.env build