Files
ukraine-timemap/.github/workflows/cd.yml
Lachlan Kermode 745953a435 Topic/cd workflow (#193)
* add cd dispatch

* add CI

* fix

* create config.js before testing

* Update cd.yml
2021-01-19 22:08:06 +01:00

20 lines
464 B
YAML

name: CD
on:
push:
branches: [ develop ]
# pull_request:
# branches: [ develop ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Trigger CD build
uses: peter-evans/repository-dispatch@v1
with:
token: ${{ secrets.CI_DISPATCH_TOKEN }}
repository: forensic-architecture/configs
event-type: remote-build
client-payload: '{"runtime_args": "timemap", "branch": "${GITHUB_REF##*/}"}'