fix: pipeline

This commit is contained in:
2024-12-02 12:56:41 +01:00
parent 6ad3f92a1a
commit b3255df808

View File

@@ -46,6 +46,7 @@ jobs:
path: typo3.tar.gz path: typo3.tar.gz
deploy-stage: deploy-stage:
needs: build
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Setup PHP - name: Setup PHP
@@ -70,6 +71,7 @@ jobs:
dep: --file=./build/deploy.php release:create stage dep: --file=./build/deploy.php release:create stage
private-key: ${{secrets.STAGE_KEY}} private-key: ${{secrets.STAGE_KEY}}
switch-stage: switch-stage:
needs: deploy-stage
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Setup PHP - name: Setup PHP
@@ -95,6 +97,7 @@ jobs:
private-key: ${{secrets.STAGE_KEY}} private-key: ${{secrets.STAGE_KEY}}
# deploy-production: # deploy-production:
# needs: build
# runs-on: ubuntu-latest # runs-on: ubuntu-latest
# steps: # steps:
# - name: Setup PHP # - name: Setup PHP