Update deploy.yaml

This commit is contained in:
Christian Krakau-Louis
2025-02-11 22:27:52 +01:00
committed by GitHub
parent 688bb1e30e
commit dda715f7aa
+7 -2
View File
@@ -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: