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