Update workflow to remove the repo before cloning so every deploy is fresh

This commit is contained in:
Skylar Grant 2025-01-11 09:48:44 -05:00
parent 232a8ebc21
commit 6fad8c6cdc

View File

@ -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