-
Notifications
You must be signed in to change notification settings - Fork 36
Release Procedure
thekingofcity edited this page Sep 18, 2023
·
10 revisions
- Push something to master.
- Build the project by manually triggering the
build 2
job in the Github actions. You can specify the environment for auto deploying after build completed. This is NOT recommended if you're making huge changes! - If you don't specify the environment for auto deploying, find the latest version at https://github.com/uat-railmapgen/rmg-repositories, or in the action log.
- Deploy the build artefacts to UAT or PRD environment at the
release
workflow in https://github.com/uat-railmapgen/rmg-repositories/actions/workflows/release.yml.
- Push something to master.
- Build the project by manually triggering the
build 2
job in the Github actions. - Find the latest version at https://github.com/wongchito/uat-rail-map-generator, or in the action log.
- Preview the project by manually triggering the
release
job(version: the latest version in step 3, Environment: UAT). - View the UAT at https://wongchito.github.io/uat-rail-map-generator.
- Release the project by manually triggering the
release
job(version: the latest version in step 3, Environment: PRD). - View the released version at https://wongchito.github.io/RailMapGenerator.