.gitea/workflows/deploy.yml aktualisiert
Some checks failed
Deploy Volleyball CMS / deploy (push) Failing after 34s
Some checks failed
Deploy Volleyball CMS / deploy (push) Failing after 34s
This commit is contained in:
parent
ab4b67f14f
commit
f0f4019eaf
@ -7,7 +7,15 @@ on:
|
||||
|
||||
jobs:
|
||||
deploy:
|
||||
runs-on: self-hosted
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Starte zentrales Deploy Script
|
||||
run: bash ~/tg-cms/deploy.sh
|
||||
- name: Checkout inklusive Submodules
|
||||
uses: actions/checkout@v3
|
||||
with:
|
||||
submodules: recursive
|
||||
|
||||
- name: Zeige Verzeichnisstruktur
|
||||
run: ls -R
|
||||
|
||||
- name: Starte Deploy Script
|
||||
run: bash .ci/deploy.sh
|
||||
|
||||
Loading…
Reference in New Issue
Block a user