Skip to content

Commit

Permalink
Renamed AOE environments
Browse files Browse the repository at this point in the history
  • Loading branch information
Helder Pinto committed May 22, 2024
1 parent 5e78c32 commit 2d84b6b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/aoe-cd-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ permissions:
contents: read
jobs:
AOE-CD:
environment: dev
environment: aoe-dev
runs-on: ubuntu-latest
env:
AZURE_SUBSCRIPTION_ID: ${{ secrets.AZURE_SUBSCRIPTION_ID }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/aoe-cd-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ permissions:
contents: read
jobs:
AOE-CD:
environment: prod
environment: aoe-prod
runs-on: ubuntu-latest
env:
AZURE_SUBSCRIPTION_ID: ${{ secrets.AZURE_SUBSCRIPTION_ID }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/aoe-cd-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ permissions:
contents: read
jobs:
AOE-CD:
environment: test
environment: aoe-test
runs-on: ubuntu-latest
env:
AZURE_SUBSCRIPTION_ID: ${{ secrets.AZURE_SUBSCRIPTION_ID }}
Expand Down

0 comments on commit 2d84b6b

Please sign in to comment.