Skip to content

Commit

Permalink
Update deploy.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
christianlouis authored Feb 11, 2025
1 parent f0a2249 commit d94d209
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down

0 comments on commit d94d209

Please sign in to comment.