.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 - main
jobs: jobs:
deploy: debug:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Starte zentrales Deploy Script - name: Teste Verzeichnisinhalt
run: bash /opt/tg-cms/deploy.sh run: |
echo "User: $(whoami)"
echo "Versuche Verzeichnisinhalt zu zeigen:"
ls -la /opt
ls -la /opt/tg-cms