Skip to content

Commit

Permalink
Text fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
okpedersen committed Apr 16, 2024
1 parent b554810 commit d09101a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ jobs:
## Deploying to environment
For the purposes of this workshop, we'll not actually deploy to any environment, but create a couple of GitHub environments to demonstrate how it would actually work. You can use environments to track deploys to a given environment, and set environment-specific variables and secrets required to deploy your application.
For the purposes of this workshop, we'll not actually deploy to any environment, but create a couple of GitHub environments to demonstrate how it would work. You can use environments to track deploys to a given environment, and set environment-specific variables required to deploy your application.
1. Navigate to [Settings > Environments](../../settings/environments) and create two new environments: `test` and `production`. For each environment set a unique environment variable, `WORKSHOP_ENV_VARIABLE`.
Expand Down Expand Up @@ -293,3 +293,4 @@ You can find branch protections rules by going to [Settings > Branches](../../se
* Gated prod deploy
* Don't trigger build on non-source code changes
* Only deploy prod on main branch
* Environment secrets

0 comments on commit d09101a

Please sign in to comment.