Merge branch 'main' into bugfix/code-change4john
This commit is contained in:
commit
312830e3db
1 changed files with 1 additions and 1 deletions
2
.github/workflows/web-deploy.yml
vendored
2
.github/workflows/web-deploy.yml
vendored
|
|
@ -94,7 +94,7 @@ jobs:
|
||||||
run: docker push john4064/shiftsync:latest_web
|
run: docker push john4064/shiftsync:latest_web
|
||||||
prod-deploy:
|
prod-deploy:
|
||||||
needs: [prod-build, determine-workflow]
|
needs: [prod-build, determine-workflow]
|
||||||
if: needs.build.result == 'success' && needs.determine-workflow.outputs.workflow_type == 'release'
|
if: needs.prod-build.result == 'success' && needs.determine-workflow.outputs.workflow_type == 'release'
|
||||||
environment: prod
|
environment: prod
|
||||||
runs-on: 'ubuntu-latest'
|
runs-on: 'ubuntu-latest'
|
||||||
permissions:
|
permissions:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue