From 4b8e0f2a34b555d574749401c77fff5f0e833799 Mon Sep 17 00:00:00 2001 From: ThomasSamson Date: Tue, 7 Oct 2025 14:35:07 +0200 Subject: [PATCH] Add vars on fixture value --- .github/workflows/deploy.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 26a36e6..ed5218f 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -144,8 +144,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.enabled=false \ - --set=php.fixtureCron.enabled=false \ + --set=php.fixtureJob.enabled=${{ vars.FIXTURE_CRON }} \ + --set=php.fixtureCron.enabled=${{ vars.FIXTURE_CRON }} \ --values ./helm/chart/values-${{ needs.meta.outputs.context }}.yml \ | sed --unbuffered '/USER-SUPPLIED VALUES/,$d' ; then echo "Deployment has failed!"