Skip to content

Commit

Permalink
fix(promote): promote to local env via PR
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickleet committed Nov 20, 2022
1 parent 723b72d commit d036f3a
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .github/workflows/promote.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,16 @@ on:
- v*.*.*

jobs:
promote:
promote-local:
uses: CloudNativeEntrepreneur/actions/.github/workflows/gitops-promote-helm.yaml@main
secrets: inherit
with:
environment_repository: CloudNativeEntrepreneur/example-local-envs
project: example-local-envs
pull_request: true
name: example-sourced-db

promote-prod:
uses: CloudNativeEntrepreneur/actions/.github/workflows/gitops-promote-helm.yaml@main
secrets: inherit
with:
Expand Down

0 comments on commit d036f3a

Please sign in to comment.