/simple-cicd

Simple CI/CD sample with GNU Make and Python

Primary LanguageMakefile

Simple CI/CD

Simple CI/CD sample with GNU Make and Python.

Usage

python -m app

test

pytest -v

Deployment

Edit .env.fabric

cp .env.fabric.sample .env.fabric
vi .env.fabric
...

See the deployment task in Makefile

Note

When trying this sample at your own risk.