.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 - name: Deploy
run: | run: |
cd public cd public
rsync -azr --delete ./ /var/www/html/www.ftecke.de/ rsync -azr --delete ./ /var/www/html/dev.ftecke.de/
# - name: Notification # - name: Notification
# uses: actions/telegram-action@main # uses: actions/telegram-action@main
# if: always() # if: always()