Merge branch 'main' into bugfix/code-change4john

This commit is contained in:
Matt DiMeglio 2025-06-11 13:29:25 -04:00 committed by GitHub
commit b6b4333d45
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -59,9 +59,9 @@ jobs:
- name: Docker Push Backend - name: Docker Push Backend
run: docker push john4064/shiftsync:latest_web run: docker push john4064/shiftsync:latest_web
deploy: deploy:
environment: dev needs: [build, determine-workflow]
needs: build if: needs.build.result == 'success' && ${{ needs.determine-workflow.outputs.workflow_type }} == 'release'
if: always() && needs.build.result == 'success' && ${{ needs.determine-workflow.outputs.workflow_type }} == 'release' environment: prod
runs-on: 'ubuntu-latest' runs-on: 'ubuntu-latest'
permissions: permissions:
contents: read contents: read