Update web-deploy.yml

This commit is contained in:
Matt DiMeglio 2025-06-11 13:33:55 -04:00 committed by GitHub
parent 7b255e7543
commit 93ccca8f97
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -60,7 +60,7 @@ jobs:
run: docker push john4064/shiftsync:latest_web run: docker push john4064/shiftsync:latest_web
deploy: deploy:
needs: [build, determine-workflow] 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 environment: prod
runs-on: 'ubuntu-latest' runs-on: 'ubuntu-latest'
permissions: permissions: