From b3255df80857096761dc2b54dcfae43356b8417f Mon Sep 17 00:00:00 2001 From: Dominik Polakovics Date: Mon, 2 Dec 2024 12:56:41 +0100 Subject: [PATCH] fix: pipeline --- .gitea/workflows/deploy.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitea/workflows/deploy.yaml b/.gitea/workflows/deploy.yaml index 67e4951..f207590 100644 --- a/.gitea/workflows/deploy.yaml +++ b/.gitea/workflows/deploy.yaml @@ -46,6 +46,7 @@ jobs: path: typo3.tar.gz deploy-stage: + needs: build runs-on: ubuntu-latest steps: - name: Setup PHP @@ -70,6 +71,7 @@ jobs: dep: --file=./build/deploy.php release:create stage private-key: ${{secrets.STAGE_KEY}} switch-stage: + needs: deploy-stage runs-on: ubuntu-latest steps: - name: Setup PHP @@ -95,6 +97,7 @@ jobs: private-key: ${{secrets.STAGE_KEY}} # deploy-production: + # needs: build # runs-on: ubuntu-latest # steps: # - name: Setup PHP