Update web-deploy.yml
This commit is contained in:
parent
0582fac284
commit
e0d3235c0e
1 changed files with 1 additions and 1 deletions
2
.github/workflows/web-deploy.yml
vendored
2
.github/workflows/web-deploy.yml
vendored
|
|
@ -94,7 +94,7 @@ jobs:
|
|||
run: docker push john4064/shiftsync:latest_web
|
||||
prod-deploy:
|
||||
needs: [prod-build, determine-workflow]
|
||||
if: needs.build.result == 'success' && needs.determine-workflow.outputs.workflow_type == 'release'
|
||||
if: needs.prod-build.result == 'success' && needs.determine-workflow.outputs.workflow_type == 'release'
|
||||
environment: prod
|
||||
runs-on: 'ubuntu-latest'
|
||||
permissions:
|
||||
|
|
|
|||
Loading…
Reference in a new issue