Skip to content

Commit f47855b

Browse files
authored
Update README.md
1 parent 0fe1828 commit f47855b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Bicep Guide
22

3-
- Version: 1.0.0
3+
- Version: 1.1.0
44
- Author:
55
- Nathan Nellans
66
@@ -1001,11 +1001,13 @@ I've written a whole series of articles describing the different methods that ca
10011001
- [Deploying with Az CLI](https://www.nathannellans.com/post/deploying-bicep-files-part-2-az-cli)
10021002
- [Deploying with Az PowerShell Module](https://www.nathannellans.com/post/deploying-bicep-files-part-3-az-powershell-module)
10031003
- [Deploying with Azure DevOps Pipelines](https://www.nathannellans.com/post/deploying-bicep-files-part-4-azure-devops-pipelines)
1004+
- [Deploying with GitHub Actions](https://www.nathannellans.com/post/deploying-bicep-files-part-5-github-actions)
10041005

10051006
I've also included some example files in this repo:
10061007
- [Az CLI examples](./deployment-options/az-cli.sh)
10071008
- [Az PowerShell Module examples](./deployment-options/az-powershell-module.ps1)
10081009
- [Azure DevOps Pipelines examples](./deployment-options/azure-devops-pipelines.yml)
1010+
- [GitHub Actions examples](./deployment-options/github-actions.yml)
10091011

10101012
---
10111013

0 commit comments

Comments
 (0)