Skip to content
This repository has been archived by the owner on Mar 15, 2023. It is now read-only.

Commit

Permalink
CI fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dyakovri committed Feb 16, 2023
1 parent 10274a6 commit 9833d55
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build_and_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,9 +89,9 @@ jobs:
runs-on: [self-hosted, Linux]
environment:
name: Testing
url: https://devtools.ui.test.profcomff.com/
url: https://auth.ui.test.profcomff.com/
env:
CONTAITER_NAME: com_profcomff_ui_devtools_test
CONTAITER_NAME: com_profcomff_ui_auth_test
permissions:
packages: read

Expand All @@ -114,9 +114,9 @@ jobs:
runs-on: [self-hosted, Linux]
environment:
name: Production
url: https://devtools.ui.profcomff.com/
url: https://auth.ui.profcomff.com/
env:
CONTAITER_NAME: com_profcomff_ui_devtools
CONTAITER_NAME: com_profcomff_ui_auth
permissions:
packages: read

Expand Down

0 comments on commit 9833d55

Please sign in to comment.