Added Deploy.yml
All checks were successful
Deploy ThorsHammerNew / deploy (push) Successful in 2s

This commit is contained in:
Ben Mosley
2026-04-25 13:22:25 -05:00
parent 12df72c7c4
commit 353ec93a69

View File

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