Skip to content

Commit

Permalink
fix(ci/cd): Correct prod url
Browse files Browse the repository at this point in the history
  • Loading branch information
annelhote committed Nov 13, 2024
1 parent 47fa9a4 commit 1d601c3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@ name: Production deployment
on:
push:
tags:
- 'v[0-9]+.[0-9]+.[0-9]+'
- "v[0-9]+.[0-9]+.[0-9]+"

env:
# Must match k8s deployment name
DEPLOYMENT: works-magnet
DEPLOYMENT_NAMESPACE: works-magnet
DEPLOYMENT_URL: https://works-magnet.dataesr.ovh
DEPLOYMENT_URL: https://works-magnet.esr.gouv.fr
MM_NOTIFICATION_CHANNEL: bots

jobs:
Expand Down Expand Up @@ -102,4 +102,4 @@ jobs:
deployment_url: ${{ env.DEPLOYMENT_URL }}
github_token: ${{ secrets.GITHUB_TOKEN }}
mattermost_channel: ${{ env.MM_NOTIFICATION_CHANNEL}}
mattermost_webhook_url: ${{ secrets.MATTERMOST_WEBHOOK_URL }}
mattermost_webhook_url: ${{ secrets.MATTERMOST_WEBHOOK_URL }}

0 comments on commit 1d601c3

Please sign in to comment.