Skip to content

Commit 394fd09

Browse files
committed
added logic and arm to the solution folder
1 parent 6b95141 commit 394fd09

16 files changed

+4
-4
lines changed

.github/workflows/IaC_deploy.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
workflow_dispatch:
55
push:
66
paths:
7-
- "ARM/**"
7+
- "solution/ARM/**"
88
- ".github/workflows/IaC_deploy.yml"
99

1010

@@ -34,8 +34,8 @@ jobs:
3434
scope: resourcegroup
3535
subscriptionId: ${{ secrets.AZURE_SUB }}
3636
resourceGroupName: ${{ secrets.RG_LA }}
37-
template: ARM/la-template.json # Set this to the location of your template file
38-
parameters: ARM/la-parameters.json # Set this to the location of your parameters file
37+
template: solution/ARM/la-template.json # Set this to the location of your template file
38+
parameters: solution/ARM/la-parameters.json # Set this to the location of your parameters file
3939
deploymentMode: Incremental
4040

4141

.github/workflows/logicapp_deploy.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: Checkout
2626
uses: actions/checkout@v1
2727
- name: Package logic
28-
run: (cd logic; mkdir -p ../build-art; zip -r ../build-art/logic.zip .)
28+
run: (cd solution/logic; mkdir -p ../build-art; zip -r ../build-art/logic.zip .)
2929
- name: Upload app zip package
3030
uses: actions/upload-artifact@v2
3131
with:
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)