This project is using Cantaloupe
make requirements
make
make test
make open
make help
Create the file .env
with the environment variables, use the .env.dist
file for reference.
- Repo owner or admin
- Other community or team contact
Look for the latest tag and follow the Semantic versioning
make tag version=<semver number>
Set your AWS credentials and then execute the build and publish command
make publish version=<semver number>
Set your AWS credentials and then execute the build and publish command. To push th current branch to ECR execute the following comamnd:
make preview