forked from laurens/fediversity_website
Adres aangepast naar productie
This commit is contained in:
parent
bf404e4dd7
commit
39ea0f95a3
4
.github/workflows/build-website.yml
vendored
4
.github/workflows/build-website.yml
vendored
|
@ -25,9 +25,9 @@ jobs:
|
|||
- name: Start content sync (webhook)
|
||||
uses: distributhor/workflow-webhook@v3
|
||||
env:
|
||||
webhook_url: https://www3.nluug.nl/webhooks/website/pull
|
||||
webhook_url: https://www.nluug.nl/webhooks/website/pull
|
||||
- name: Start website build (webhook)
|
||||
uses: distributhor/workflow-webhook@v3
|
||||
env:
|
||||
webhook_url: https://www3.nluug.nl/webhooks/website/build
|
||||
webhook_url: https://www.nluug.nl/webhooks/website/build
|
||||
- run: echo "🍏 This job's status is ${{ job.status }}."
|
||||
|
|
Reference in a new issue