Update workflow to remove the repo before cloning so every deploy is fresh
This commit is contained in:
parent
232a8ebc21
commit
6fad8c6cdc
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user