Skip to content

Commit

Permalink
Fix URL
Browse files Browse the repository at this point in the history
  • Loading branch information
Hialus authored Jun 21, 2023
1 parent d6f74b1 commit 1bf5718
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 @@ -19,5 +19,5 @@ jobs:
docker-tag: latest
branch-name: main
environment-name: Iris Production
environment-url: https://pyris.artemis.cit.tum.de
environment-url: https://iris.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 @@ -156,7 +156,7 @@ jobs:
docker-tag: ${{ needs.compute-tag.outputs.tag }}
branch-name: ${{ github.event.pull_request.head.ref }}
environment-name: Iris Test
environment-url: https://pyris-test.artemis.cit.tum.de
environment-url: https://iris-test.artemis.cit.tum.de
secrets: inherit


Expand Down

0 comments on commit 1bf5718

Please sign in to comment.