From 987d68d52421888d47159d8647c0525c66214c81 Mon Sep 17 00:00:00 2001 From: Leandro Facchinetti Date: Thu, 9 May 2024 19:51:24 +0100 Subject: [PATCH] --- .github/workflows/main.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index bd6243d..3566519 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -45,7 +45,8 @@ jobs: rm -rf /root/kill-the-newsletter--deploy/ mkdir /root/kill-the-newsletter--deploy/ mv /root/kill-the-newsletter--ubuntu--${{ github.ref_name }}.tar.gz /root/kill-the-newsletter--deploy/kill-the-newsletter--ubuntu--${{ github.ref_name }}.tar.gz - (cd /root/kill-the-newsletter--deploy/ && tar -xzf ./kill-the-newsletter--ubuntu--${{ github.ref_name }}.tar.gz) + cd /root/kill-the-newsletter--deploy/ + tar -xzf ./kill-the-newsletter--ubuntu--${{ github.ref_name }}.tar.gz cp /root/kill-the-newsletter--deploy/kill-the-newsletter/_/configuration/kill-the-newsletter.com.mjs /root/kill-the-newsletter/configuration.mjs cp /root/kill-the-newsletter--deploy/kill-the-newsletter/_/configuration/kill-the-newsletter.service /etc/systemd/system/kill-the-newsletter.service systemctl daemon-reload