Update deploy.yaml
This commit is contained in:
committed by
GitHub
parent
688bb1e30e
commit
dda715f7aa
@@ -1,8 +1,13 @@
|
|||||||
name: Deploy to Production
|
name: Deploy to Production
|
||||||
|
|
||||||
on:
|
on:
|
||||||
repository_dispatch:
|
workflow_run:
|
||||||
types: [deploy-document-processor]
|
workflows: ["Build and Push Docker Image"]
|
||||||
|
types:
|
||||||
|
- completed
|
||||||
|
|
||||||
|
permissions:
|
||||||
|
contents: read
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
deploy:
|
deploy:
|
||||||
|
|||||||
Reference in New Issue
Block a user