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