.gitea/workflows/deploy.yml aktualisiert
Some checks failed
Deploy Volleyball CMS / deploy (push) Failing after 23s
Some checks failed
Deploy Volleyball CMS / deploy (push) Failing after 23s
This commit is contained in:
parent
8bb446df54
commit
f2213d2ffd
@ -7,7 +7,13 @@ on:
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
deploy:
|
deploy:
|
||||||
runs-on: self-hosted
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Starte zentrales Deploy Script
|
- name: Checkout Code
|
||||||
run: bash ~/tg-cms/deploy.sh
|
uses: actions/checkout@v3
|
||||||
|
|
||||||
|
- name: Zeige Dateien
|
||||||
|
run: ls -R
|
||||||
|
|
||||||
|
- name: Starte Deploy Script
|
||||||
|
run: bash .ci/deploy.sh
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user