Skip to content

Commit

Permalink
Update readme to clarify GitHub repo location and Environments availa…
Browse files Browse the repository at this point in the history
…bility

Fixes #1
  • Loading branch information
CMeeg committed Oct 17, 2023
1 parent 2d2c522 commit 1101da8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -267,11 +267,13 @@ You don't need to do anything specific to add the workflow in GitHub Actions, th
#### Create an Environment

1. Sign in to [GitHub](https://github.com/)
2. Find the repo where your code has been pushed
2. Find the repo where you have pushed your code, or your fork if you forked this repo
3. Go to `Settings` -> `Environments`
* Click `New environment`, name it `production`, and click `Configure environment`
* Add protection rules if you wish, though it's not required

> You can read more about creating environments in the [GitHub documentation](https://docs.github.com/en/actions/deployment/targeting-different-environments/using-environments-for-deployment#creating-an-environment). Note that there are limitations with Environments in GitHub if you are using a Free acount and your repository is private.
#### Setup permissions in Azure

1. Create a Service principal in Azure
Expand Down

0 comments on commit 1101da8

Please sign in to comment.