.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
|
||||
|
||||
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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user