diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml index 3a5853545..17acac045 100644 --- a/.gitea/workflows/deploy.yml +++ b/.gitea/workflows/deploy.yml @@ -10,4 +10,4 @@ jobs: runs-on: ubuntu-latest steps: - name: Starte zentrales Deploy Script - run: bash ~/tg-cms/deploy.sh + run: bash /root/tg-cms/deploy.sh