diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml index 17acac045..5fd639fe3 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 /root/tg-cms/deploy.sh + run: bash /opt/tg-cms/deploy.sh