Skip to content

Commit 70ab79f

Browse files
committed
fix: destroy script name
1 parent add0818 commit 70ab79f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/k8_cluster_destroy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
shell: bash
5353
run: |
5454
git clone https://github.com/code-kern-ai/cicd-deployment-scripts.git
55-
bash cicd-deployment-scripts/k8-cluster/k8_destroy.sh
55+
bash cicd-deployment-scripts/k8-cluster/destroy.sh
5656
5757
# Deploys application based on given manifest file
5858
# - name: Deploys application

0 commit comments

Comments
 (0)