Skip to content

Commit adc9755

Browse files
authored
Merge pull request #61 from launchdarkly-labs/update_provision
update provision
2 parents d2d7b60 + f4c8974 commit adc9755

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

Diff for: .github/workflows/ld-demoEnv-deployment.yaml

+10
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,16 @@ jobs:
7777
echo "Creating metrics in LaunchDarkly project for namespace: ${{ env.DEMO_NAMESPACE }}"
7878
python ./.github/workflows/create_metric_group.py
7979
80+
- name: Create Migration FF in LD Project/Environment
81+
id: create_migration_FF_in_LD
82+
if: env.RUN_TERRAFORM == 'true'
83+
env:
84+
LD_API_KEY: ${{ secrets.LD_API_KEY }}
85+
NAMESPACE: ${{ env.DEMO_NAMESPACE }}
86+
run: |
87+
echo "Creating migration feature flag in LaunchDarkly project for namespace: ${{ env.DEMO_NAMESPACE }}"
88+
python ./.github/workflows/create_migration_flag.py
89+
8090
- name: Create .env file
8191
run: |
8292
touch ./.env.production

0 commit comments

Comments
 (0)