Skip to content

Commit

Permalink
fix(IaC): YML syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
Abhi Markan committed May 12, 2023
1 parent 226a4b7 commit 29c21b2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/infrastructure.yml
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ jobs:
# Basic
az configure --defaults location=${{ vars.REGION }}
az configure --defaults group=rg-${{ env.PRODUCT }}-${{ env.TARGET }}-${{ vars.VERSION }}
- name: CD πŸ”€
run: |
# Configure continuous deployment via containers
Expand All @@ -246,7 +246,7 @@ jobs:
--name app-${{ env.PRODUCT }}-api-${{ env.TARGET }}-${{ vars.VERSION }}.azurewebsites.net \
--enable-cd true
- name: Configuration πŸ”¨
- name: Configuration πŸ”¨
run: |
# Set a web app's configuration
Expand All @@ -266,7 +266,7 @@ jobs:
--http20-enabled true \
--min-tls-version '${{ vars.TLS_VERSION }}'
- name: Setting 🧱
- name: Setting 🧱
run: |
# Set a web app's settings
Expand Down Expand Up @@ -313,7 +313,7 @@ jobs:
UNDERWRITING_TEAM_EMAIL=${{ secrets.UNDERWRITING_TEAM_EMAIL }} \
FEEDBACK_EMAIL_RECIPIENT=${{ secrets.FEEDBACK_EMAIL_RECIPIENT }}
- name: Log πŸ“„
- name: Log πŸ“„
run: |
# Configure logging for a web app.
Expand Down

0 comments on commit 29c21b2

Please sign in to comment.