From 6fad8c6cdc3eeb35aa39363b68bb8f3867f9575f Mon Sep 17 00:00:00 2001 From: Skylar Grant Date: Sat, 11 Jan 2025 09:48:44 -0500 Subject: [PATCH] Update workflow to remove the repo before cloning so every deploy is fresh --- .gitea/workflows/production-docker.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitea/workflows/production-docker.yml b/.gitea/workflows/production-docker.yml index f76f0e6..8ddd00a 100644 --- a/.gitea/workflows/production-docker.yml +++ b/.gitea/workflows/production-docker.yml @@ -24,6 +24,8 @@ jobs: git clone https://git.vfsh.dev/voidf1sh/nodbot cd nodbot else + rm -rf nodbot + git clone https://git.vfsh.dev/voidf1sh/nodbot cd nodbot git pull fi