fix: pipeline
This commit is contained in:
parent
6ad3f92a1a
commit
b3255df808
1 changed files with 3 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue