pandorabox deployment trigger
This commit is contained in:
parent
8a24d9379b
commit
77c7bad611
7
.github/workflows/docker.yml
vendored
7
.github/workflows/docker.yml
vendored
@ -24,3 +24,10 @@ jobs:
|
|||||||
password: ${{ secrets.DOCKER_PASSWORD }}
|
password: ${{ secrets.DOCKER_PASSWORD }}
|
||||||
tag_names: true
|
tag_names: true
|
||||||
cache: true
|
cache: true
|
||||||
|
|
||||||
|
- name: Update pandorabox deployment
|
||||||
|
uses: peter-evans/repository-dispatch@v1
|
||||||
|
with:
|
||||||
|
token: ${{ secrets.REPO_ACCESS_TOKEN }}
|
||||||
|
repository: pandorabox-io/pandorabox.io
|
||||||
|
event-type: update_deployment
|
||||||
|
Loading…
Reference in New Issue
Block a user