diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml index 7185a7f..9ed4af7 100644 --- a/.gitea/workflows/deploy.yml +++ b/.gitea/workflows/deploy.yml @@ -16,7 +16,7 @@ jobs: username: ${{ secrets.USERNAME }} key: ${{ secrets.SSH_KEY }} script: | - # Clone repo if it doesn't exist + # Clone repo if it doesn't exist if [ ! -d "/var/www/caloriethingy.com/.git" ]; then rm -rf /var/www/caloriethingy.com git clone https://git.sometimescode.com/cgsmith/caloriethingy.com.git /var/www/caloriethingy.com