Update web-deploy.yml
This commit is contained in:
parent
50b7c9b32f
commit
721c5a85be
1 changed files with 2 additions and 2 deletions
4
.github/workflows/web-deploy.yml
vendored
4
.github/workflows/web-deploy.yml
vendored
|
|
@ -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: 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
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue