.gitea/workflows/deploy.yml aktualisiert
Some checks failed
Deploy Volleyball CMS 1 / debug (push) Failing after 1s
Some checks failed
Deploy Volleyball CMS 1 / debug (push) Failing after 1s
This commit is contained in:
parent
0aa13f3e5f
commit
01e74cd8d7
@ -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
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user