generic-project-template

Deploy

Build

Build your application and generate production-ready output in the ignored build directory.

$ make build

That is useful to run locally to check the app builds correctly.

CI/CD

This project uses GitHub Actions for Continuous Integration / Continuous Deployment.

See the workflow on GitHub:

See workflow runs here:

To learn about how to build and maintain a workflow, see my Workflow Builder project.

_TODO: In your copy of this template, rename your workflow to something like:

name: Python CI

And then update your CI badge in your README.md to match this.