From b058a7912dbefcdfc0f7b8d472fa278ec7c99143 Mon Sep 17 00:00:00 2001 From: Kaveen Kumarasinghe Date: Sat, 31 Dec 2022 06:04:46 -0500 Subject: [PATCH] Fix deploy pipeline --- .github/workflows/black-and-deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/black-and-deploy.yml b/.github/workflows/black-and-deploy.yml index ee719e26..5475ddc5 100644 --- a/.github/workflows/black-and-deploy.yml +++ b/.github/workflows/black-and-deploy.yml @@ -79,7 +79,7 @@ jobs: cd /home/gptbot kill -9 $(cat bot.pid) rm bot.pid - screen -dmS GPTBot python3.9 main.py + screen -dmS GPTBot python3.9 gpt3discord.py logout exit host: 104.248.105.234