.gitea/workflows/deploy.yml aktualisiert
Some checks failed
Deploy Volleyball CMS 1 / debug (push) Failing after 1s

This commit is contained in:
Marc Wieland 2025-06-02 17:21:31 +00:00
parent 0aa13f3e5f
commit 01e74cd8d7

View File

@ -6,8 +6,12 @@ on:
- main
jobs:
deploy:
debug:
runs-on: ubuntu-latest
steps:
- name: Starte zentrales Deploy Script
run: bash /opt/tg-cms/deploy.sh
- name: Teste Verzeichnisinhalt
run: |
echo "User: $(whoami)"
echo "Versuche Verzeichnisinhalt zu zeigen:"
ls -la /opt
ls -la /opt/tg-cms