Skip to content

Commit

Permalink
fix(ci): rename deployment repo
Browse files Browse the repository at this point in the history
  • Loading branch information
Mihoub2 committed May 21, 2024
1 parent 65e49a9 commit 53b91a3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- "v[0-9]+.[0-9]+.[0-9]+"

env:
DEPLOYMENT: scanr-next-gen
DEPLOYMENT: scanr-ui
DEPLOYMENT_NAMESPACE: scanr
DEPLOYMENT_URL: https://scanr.dataesr.ovh
MM_NOTIFICATION_CHANNEL: bots
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- staging

env:
DEPLOYMENT: scanr-next-gen
DEPLOYMENT: scanr-ui
DEPLOYMENT_NAMESPACE: scanr
DEPLOYMENT_URL: https://scanr.staging.dataesr.ovh
MM_NOTIFICATION_CHANNEL: bots
Expand Down

0 comments on commit 53b91a3

Please sign in to comment.