From 88a3e6bf5b5cd0a4b2a00b0bd303d2023aa61f48 Mon Sep 17 00:00:00 2001 From: thienqb123456 Date: Thu, 9 Jan 2025 16:50:25 +0700 Subject: [PATCH] Thienvv - --- roles/deploy/tasks/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/deploy/tasks/deploy.yml b/roles/deploy/tasks/deploy.yml index d5ccb34..c74b0cf 100644 --- a/roles/deploy/tasks/deploy.yml +++ b/roles/deploy/tasks/deploy.yml @@ -37,7 +37,7 @@ # Giải nén artifact vào thư mục target -- name: Deploy Backend to target environment +- name: Deploy to target environment win_unzip: src: "{{ temp_dir }}\\{{ artifact_name }}" dest: "{{ target_path }}"