Add security on fixture disabled
This commit is contained in:
parent
85ab08db52
commit
85876f17c9
1 changed files with 1 additions and 1 deletions
2
.github/workflows/deploy.yml
vendored
2
.github/workflows/deploy.yml
vendored
|
|
@ -137,7 +137,7 @@ jobs:
|
|||
--set=php.storage.secret="${{ secrets.storage-secret-key }}" \
|
||||
--set=php.trustedHosts[2]=${{ needs.meta.outputs.trusted_host }} \
|
||||
--set=php.fixtureJob.enabled=false \
|
||||
--set=php.fixtureCron.anabled=false \
|
||||
--set=php.fixtureCron.enabled=false \
|
||||
--values ./helm/chart/values-${{ needs.meta.outputs.context }}.yml \
|
||||
| sed --unbuffered '/USER-SUPPLIED VALUES/,$d' ; then
|
||||
echo "Deployment has failed!"
|
||||
|
|
|
|||
Loading…
Reference in a new issue