Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 753 Bytes

File metadata and controls

10 lines (7 loc) · 753 Bytes

Template

This repository is based on the template: https://github.com/schdief/template

GitHub Actions

This repository comes with 2 (actually 3) GitHub Actions:

  1. scaffolder: it removes itself after the first run, so you won't see it, but it is used to replace placeholder values like <<< SCAFFOLDER_PLACEHOLDER >>> from the template repo
  2. updater: runs every month to fetch updates from the template and opens a PR with suggested changes - be aware that it will always favor the template in case of merge conflicts, so you definetely need to review the changes and adapt it accordingly
  3. <<< SCAFFOLDER_REPO_NAME >>>: the actual CI/CD pipeline of this repository, taking care of build, scans, staging, testing and production deployment