From 64f0f2474da10fdfa960f4bc33c8d27a201c2e75 Mon Sep 17 00:00:00 2001 From: Victor Barba Martin Date: Tue, 16 Nov 2021 16:51:18 +0100 Subject: [PATCH] setup deployment pipeline --- bitbucket-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bitbucket-pipelines.yml b/bitbucket-pipelines.yml index f556a27..ff6074b 100644 --- a/bitbucket-pipelines.yml +++ b/bitbucket-pipelines.yml @@ -63,7 +63,7 @@ pipelines: - pipe: atlassian/kubectl-run:1.1.2 variables: KUBE_CONFIG: $KUBE_CONFIG_STG - KUBECTL_COMMAND: '-n cotrun rollout restart deployment/coturn' + KUBECTL_COMMAND: '-n coturn rollout restart deployment/coturn' - pipe: atlassian/kubectl-run:1.1.2 variables: KUBE_CONFIG: $KUBE_CONFIG_STG