Skip to content

Commit

Permalink
TEMP
Browse files Browse the repository at this point in the history
  • Loading branch information
saliceti committed Dec 6, 2023
1 parent e02817a commit bdb7bf0
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/deploy_aks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,16 @@ jobs:
if: github.event_name == 'pull_request'
run: echo "matrix-environment=review" >> $GITHUB_OUTPUT

- name: Prepare matrix environments for production
id: matrix-env-main
- name: Prepare matrix environments for development
id: matrix-env-main-dev
if: github.event_name == 'push'
run: |
echo "matrix-environment=development" >> $GITHUB_OUTPUT
- name: Prepare matrix environments for production
id: matrix-env-main-prod
if: github.event_name == 'push'
run: |
echo "matrix-environment=production" >> $GITHUB_OUTPUT
deploy:
Expand Down

0 comments on commit bdb7bf0

Please sign in to comment.