From afb8ac60902c50b30e8ac514683f5cb1accd06dd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=92=D0=BB=D0=B0=D0=B4=D0=B8=D0=BC=D0=B8=D1=80=20=D0=A5?= =?UTF-8?q?=D0=B0=D1=80=D1=82=D0=BE=D0=BD=D1=8E=D0=BA?= Date: Mon, 24 Jun 2024 17:57:13 +0200 Subject: [PATCH] Adjust code_update pipeline --- .github/workflows/code_update.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/code_update.yml b/.github/workflows/code_update.yml index 79a3481..220a176 100644 --- a/.github/workflows/code_update.yml +++ b/.github/workflows/code_update.yml @@ -36,7 +36,7 @@ jobs: ls -la /home/$USER_NAME/DALLE-WZIM cd /home/$USER_NAME/DALLE-WZIM/app/ ls -la /home/$USER_NAME/DALLE-WZIM/app/ - sudo nohup python3 app.py > app.log 2>&1 & disown + nohup python3 app.py & EOF