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