From a4822ec103664eebd828297a3e68325643ca4bb5 Mon Sep 17 00:00:00 2001 From: khwezi Date: Tue, 10 Mar 2026 19:02:42 +0200 Subject: [PATCH] Refactored golive stage to use prod secrets --- .drone.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index e93f923..5690d1a 100644 --- a/.drone.yml +++ b/.drone.yml @@ -128,9 +128,9 @@ steps: host: from_secret: ssh_prod_host username: - from_secret: ssh_user + from_secret: ssh_prod_user password: - from_secret: ssh_password + from_secret: ssh_prod_password script: - docker pull khwezi/webapitest:latest - docker stop webapi || true