Skip to content

Commit

Permalink
workflows#8
Browse files Browse the repository at this point in the history
  • Loading branch information
folland87 committed Mar 21, 2024
1 parent 1471a23 commit 84f35de
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 11 deletions.
22 changes: 11 additions & 11 deletions .github/workflows/staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
env:
DEPLOYMENT: scanr-next-gen
DEPLOYMENT_NAMESPACE: scanr
DEPLOYMENT_URL: https://bso.staging.dataesr.ovh
DEPLOYMENT_URL: https://scanr.staging.dataesr.ovh
MM_NOTIFICATION_CHANNEL: bots

jobs:
Expand Down Expand Up @@ -61,13 +61,13 @@ jobs:
restart: ${{ env.DEPLOYMENT }}


# notify:
# needs: deploy
# if: always()
# runs-on: ubuntu-latest
# steps:
# - uses: dataesr/[email protected]
# with:
# github_token: ${{ secrets.GITHUB_TOKEN}}
# mattermost_webhook_url: ${{ secrets.MATTERMOST_WEBHOOK_URL }}
# mattermost_channel: ${{ env.MM_NOTIFICATION_CHANNEL}}
notify:
needs: deploy
if: always()
runs-on: ubuntu-latest
steps:
- uses: dataesr/[email protected]
with:
github_token: ${{ secrets.GITHUB_TOKEN}}
mattermost_webhook_url: ${{ secrets.MATTERMOST_WEBHOOK_URL }}
mattermost_channel: ${{ env.MM_NOTIFICATION_CHANNEL}}
1 change: 1 addition & 0 deletions client/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# https://github.com/docker-library/docs/tree/master/nginx#using-environment-variables-in-nginx-configuration-new-in-119
FROM nginx:stable
COPY dist /usr/share/nginx/html
COPY nginx.conf /etc/nginx/templates/nginx.conf.template
Expand Down

0 comments on commit 84f35de

Please sign in to comment.