bpmn-io / bpmn.io

The bpmn.io website sources.
https://bpmn.io
154 stars 100 forks source link

ci: deploy websites with GitHub Actions #102

Closed barmac closed 3 years ago

barmac commented 3 years ago

This works: https://github.com/bpmn-io/bpmn.io/runs/3397684727?check_suite_focus=true

nikku commented 3 years ago

Note that we could depend on the CI job to trigger deploy, cf. job needs and job uses.

Maybe it makes sense to consolidate both deploy scripts into one and merge it with the CI script?

barmac commented 3 years ago

We could make use of this as a potential improvement. I'll create an issue from your comment.