.gitea/workflows/dev.yml aktualisiert
All checks were successful
Website / Website veröffentlichen (push) Successful in 6s

This commit is contained in:
2024-07-12 07:55:31 +02:00
parent 284b9f62a5
commit 64c086006c

View File

@@ -28,7 +28,7 @@ jobs:
- name: Deploy
run: |
cd public
rsync -azr --delete ./ /var/www/html/www.ftecke.de/
rsync -azr --delete ./ /var/www/html/dev.ftecke.de/
# - name: Notification
# uses: actions/telegram-action@main
# if: always()