From 08ab7447dfa1d86654d01896a15caa5ee9091c29 Mon Sep 17 00:00:00 2001 From: AkashPattanaik Date: Tue, 7 Jun 2022 20:43:37 +0530 Subject: [PATCH] update runner pipeline --- okteto-pipeline.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/okteto-pipeline.yml b/okteto-pipeline.yml index c14afbd..4b883db 100644 --- a/okteto-pipeline.yml +++ b/okteto-pipeline.yml @@ -1,3 +1,3 @@ icon: https://raw.githubusercontent.com/TeamUltroid/Ultroid/main/resources/extras/logo_readme.jpg deploy: - - okteto stack deploy --build -f docker-compose.yml + - okteto deploy --build -f docker-compose.yml