File tree 1 file changed +4
-13
lines changed
1 file changed +4
-13
lines changed Original file line number Diff line number Diff line change @@ -26,22 +26,13 @@ jobs:
26
26
27
27
- name : Install LaunchDarkly CLI
28
28
run : npm install -g @launchdarkly/ldcli
29
-
30
- - name : Set LaunchDarkly Production CLI Config
31
- run : |
32
- echo "Setting up LaunchDarkly CLI for LD Production Account"
33
- ldcli config --set access-token ${{ secrets.LD_API_KEY }}
34
-
35
- - name : Remove Demo Environment from LD Production Account
36
- run : |
37
- ldcli projects delete --project ${{ env.DEMO_NAMESPACE }}-ld-demo
38
29
39
- - name : Set LaunchDarkly EAP CLI Config
30
+ - name : Set LaunchDarkly Demo Engineering Account CLI Config
40
31
run : |
41
- echo "Setting up LaunchDarkly CLI for LD EAP Account"
32
+ echo "Setting up LaunchDarkly CLI for Demo Engineering Account"
42
33
ldcli config --set access-token ${{ secrets.LD_EAP_API_KEY }}
43
34
44
- - name : Remove Demo Environment from LD EAP Account
35
+ - name : Remove Demo Environment from Demo Engineering Account for ${{ env.DEMO_NAMESPACE }}
45
36
run : |
46
37
ldcli projects delete --project ${{ env.DEMO_NAMESPACE }}-ld-demo
47
38
55
46
uses : kodermax/kubectl-aws-eks@master
56
47
with :
57
48
args : delete namespace ${{ env.DEMO_NAMESPACE }}
58
-
49
+
You can’t perform that action at this time.
0 commit comments