From a3269b45c3655638acd24de2df206614825bedcf Mon Sep 17 00:00:00 2001 From: root Date: Mon, 28 Jul 2025 17:09:20 -0300 Subject: [PATCH] =?UTF-8?q?ci:=20atualiza=20pipeline=20completa=20para=20p?= =?UTF-8?q?rodu=C3=A7=C3=A3o=20e=20homologa=C3=A7=C3=A3o?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .drone.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index 4af138a..2ac6f31 100644 --- a/.drone.yml +++ b/.drone.yml @@ -36,7 +36,7 @@ steps: branch: main - name: deploy to production - image: appleboy/scp + image: appleboy/drone-scp settings: host: 216.22.5.141 username: root @@ -49,7 +49,7 @@ steps: branch: production - name: restart production container - image: appleboy/ssh + image: appleboy/drone-ssh settings: host: 216.22.5.141 username: root @@ -61,3 +61,4 @@ steps: - docker compose up -d when: branch: production +