15
.github/workflows/cd-deploy-main.yaml
vendored
Normal file
15
.github/workflows/cd-deploy-main.yaml
vendored
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
name: CD deply main
|
||||||
|
on:
|
||||||
|
push:
|
||||||
|
branches:
|
||||||
|
- main
|
||||||
|
jobs:
|
||||||
|
deploy-main:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- name: Repository Dispatch
|
||||||
|
uses: peter-evans/repository-dispatch@v2
|
||||||
|
with:
|
||||||
|
token: ${{ secrets.TWENTY_INFRA_TOKEN }}
|
||||||
|
repository: twentyhq/twenty-infra
|
||||||
|
event-type: auto-deploy-main
|
||||||
Reference in New Issue
Block a user