From f0f4019eaf6538a9978bdd8d675fb8e315eceb2e Mon Sep 17 00:00:00 2001 From: Marc Wieland Date: Mon, 2 Jun 2025 17:35:44 +0000 Subject: [PATCH] .gitea/workflows/deploy.yml aktualisiert --- .gitea/workflows/deploy.yml | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml index 271cf1718..e1f9ca900 100644 --- a/.gitea/workflows/deploy.yml +++ b/.gitea/workflows/deploy.yml @@ -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