From 909d8c7f23d65ec8dc7f42ebf5f68897b00e1831 Mon Sep 17 00:00:00 2001 From: binlab Date: Sat, 23 Sep 2023 16:03:28 +0000 Subject: [PATCH] Update .gitea/workflows/deploy-new.yml --- .gitea/workflows/deploy-new.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitea/workflows/deploy-new.yml b/.gitea/workflows/deploy-new.yml index f5efe80..66567fc 100644 --- a/.gitea/workflows/deploy-new.yml +++ b/.gitea/workflows/deploy-new.yml @@ -38,6 +38,7 @@ jobs: # destination of the code on the server remote_path: /home/admin/${{ env.REPO_NAME }}/ args: '-o ConnectTimeout=5' + ssh_private_key: ignored # you may or may not need this. It all depends on how your code retrieves your discord token # environment variables or Github secrets are heavily recommended