Skip to content

Commit

Permalink
Update deployBicepFile.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jaydestro authored Oct 12, 2021
1 parent b18e481 commit 91ef8bd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deployBicepFile.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
on: [push]
env:
CLUSTER_NAME: voteappprod
CLUSTER_NAME: ${{ secrets.AZURE_RG }}
CLUSTER_RESOURCE_GROUP: ${{ secrets.AZURE_RG }}
NAMESPACE: voteappprod
APP_NAME: voteappprod
NAMESPACE: ${{ secrets.AZURE_RG }}
APP_NAME: ${{ secrets.AZURE_RG }}

name: Azure ARM
jobs:
Expand Down

0 comments on commit 91ef8bd

Please sign in to comment.