From 35f22d9598ee6ccdb076ea3bb307a58a9076f221 Mon Sep 17 00:00:00 2001 From: ThomasSamson Date: Mon, 28 Oct 2024 10:23:35 +0100 Subject: [PATCH] Add security on fixture disabled --- .github/workflows/deploy.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 9b99806..5416cf8 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -135,6 +135,8 @@ jobs: --set=php.storage.key="${{ secrets.storage-key }}" \ --set=php.storage.secret="${{ secrets.storage-secret-key }}" \ --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 \ | sed --unbuffered '/USER-SUPPLIED VALUES/,$d' ; then echo "Deployment has failed!"