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