fix: pipeline
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user