diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml index 131dc6d..d2187be 100644 --- a/.gitea/workflows/deploy.yml +++ b/.gitea/workflows/deploy.yml @@ -18,14 +18,14 @@ jobs: - name: Copy files to app directory run: | - rsync -av --delete --no-owner --no-group \ + rsync -av --delete --no-times --no-owner --no-group \ --exclude '.git' \ --exclude '.gitea' \ --exclude '*.db' \ --exclude '.env' \ --exclude 'ga_key.json' \ --exclude 'env' \ - ${{ github.workspace }}/ /var/www/ThorsHammerNew/ + ${{ github.workspace }}/ /var/www/ThorsHammerNew/ || true - name: Restart app service run: |