Skip to content

Commit

Permalink
Update deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Noah Lee authored May 27, 2024
1 parent bd18d25 commit 5d66e97
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,17 @@ envs:
auto_merge: false
required_contexts:
- "publish-image"
payload:
application: argocd-demo-dev
dyanmic_payload:
enabled: true
application:
type: string
description: Application
default: argocd-demo-dev
- name: prod
auto_merge: true
required_contexts:
- "publish-image"
production_environment: true
payload:
application: argocd-demo-prod
application: argocd-demo-prod

0 comments on commit 5d66e97

Please sign in to comment.