Skip to content

Commit

Permalink
azdeploy
Browse files Browse the repository at this point in the history
  • Loading branch information
segraef committed Mar 22, 2020
1 parent 0c88e13 commit 321a02b
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/azdeploy.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: azlogin

on:
push:
branches: [ master ]
pull_request:
branches: [ master ]

jobs:
azdeploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Azure ARM Deployment
uses: segraef/azdeploy@v1
with:
resourceGroupName: ${{ secrets.resourceGroupName }}
templateFile: ${{ secrets.templateFile }}
parametersFile: ${{ secrets.parametersFile }}
resourceGroupCommand: ${{ secrets.resourceGroupCommand }}

0 comments on commit 321a02b

Please sign in to comment.