Skip to content

Commit

Permalink
chore: update template path
Browse files Browse the repository at this point in the history
Signed-off-by: Kristina Devochko <guidemetothemoon@gmail.com>
  • Loading branch information
guidemetothemoon committed Mar 31, 2024
1 parent 868de5d commit a9bd6dd
Showing 1 changed file with 5 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ on:
- 'main'
paths:
- 'aca-revision-and-traffic-management/**'
- '.github/workflows/deploy-aca-revision-and-traffic-management-apps.yml'

workflow_dispatch:

env:
Expand All @@ -21,7 +23,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v3

- name: Login to Azure
uses: azure/login@v1
Expand All @@ -36,7 +38,7 @@ jobs:
scope: 'subscription'
deploymentName: ${{ github.run_number }}
subscriptionId: ${{ secrets.AZURE_SUBSCRIPTION_ID }}
template: main.bicep
parameters: parameters/dev.bicepparam
template: ${{ github.workspace }}/aca-revision-and-traffic-management/main.bicep
parameters: ${{ github.workspace }}/aca-revision-and-traffic-management/parameters/dev.bicepparam
region: ${{ env.AZURE_REGION }}

0 comments on commit a9bd6dd

Please sign in to comment.