A simple static website hosted on GitHub Pages that does the job promoting our services.
- Dependabot watches dependencies and submodules. It then submits bulk PRs with updates and change summaries when necessary.
Supply chain security: before any build, the packages are audited for CVEs.
On successful audits, pushes to particular branches trigger new builds:
preview
└── build/preview
preview → production (merge)
└── build/production
-
Every push to the
preview
branch produces a build in thebuild/preview
branch, which is immediately available at https://preview.naukapythona.com -
Every push to the
production
branch produces a build in thebuild/production
branch, which is available after deployment approval at https://naukapythona.com
Tip
More to come here soon.
© 2024 Bartosz Sławecki
© 2024 NaukaPythona.com
All rights reserved.