For the initial setup, follow the Docker-based local development environment setup guide.
Here are a few additional guides:
Procedures for common tasks that need to be done repeatedly are described in documents called runbooks. Here are the main ones:
Automatic code deployment to STG and PROD is triggered with the following actions:
master
branch in our main git repository is immediately deployed to STG,prod-YYYYMMDD-HHMMSS
tag is pushed, that tag is immediately deployed to PROD.Ref | Deployment target URI | Detailed+manual deployment guide |
---|---|---|
Branch master |
https://stg.aokranj.com/ | How to deploy to staging |
Tag prod-YYYYMMDD-HHMMSS |
https://www.aokranj.com/ | How to deploy to production |
You can observe the progress of deployments by following appropriate GitHub Actions.