Skip to content

Commit

Permalink
Change environment names
Browse files Browse the repository at this point in the history
  • Loading branch information
Hialus committed Jun 21, 2023
1 parent 330eb5a commit 9884e06
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ jobs:
with:
docker-tag: latest
branch-name: main
environment-name: Pyris Production
environment-name: Iris Production
environment-url: https://pyris.artemis.cit.tum.de
secrets: inherit
2 changes: 1 addition & 1 deletion .github/workflows/deploy-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ jobs:
with:
docker-tag: ${{ needs.compute-tag.outputs.tag }}
branch-name: ${{ github.event.pull_request.head.ref }}
environment-name: Pyris Test
environment-name: Iris Test
environment-url: https://pyris-test.artemis.cit.tum.de
secrets: inherit

Expand Down

0 comments on commit 9884e06

Please sign in to comment.