Environments
- Environment can be created on
Repo Settings/Environments
- Jobs can be run on a specific environment
jobs:
hello:
runs-on: ubuntu-latest
environment: staging
Repo Settings/Environments
jobs:
hello:
runs-on: ubuntu-latest
environment: staging