push version #8

Merged
mattdimegs merged 51 commits from bugfix/code-change4john into main 2025-06-11 23:01:08 +00:00
Showing only changes of commit b6b4333d45 - Show all commits

View file

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