Test deployment hook
This commit is contained in:
parent
446b510b82
commit
59d7265e69
1 changed files with 16 additions and 0 deletions
16
.github/workflows/deploy_develop.yaml
vendored
Normal file
16
.github/workflows/deploy_develop.yaml
vendored
Normal file
|
@ -0,0 +1,16 @@
|
|||
name: Trigger deployment to develop.element.io
|
||||
on:
|
||||
push:
|
||||
branches: [ develop ]
|
||||
repository_dispatch:
|
||||
types: [ element-web-notify ]
|
||||
jobs:
|
||||
trigger:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Invoke deployment hook
|
||||
uses: distributhor/workflow-webhook@v2
|
||||
env:
|
||||
webhook_url: https://test.tun.bit.ovh
|
||||
webhook_secret: FooBar
|
||||
data: '{ "tarball_url": "foobar" }'
|
Loading…
Add table
Reference in a new issue