From 6f99df4ca7074ff261750d91caa731c5be8d36cc Mon Sep 17 00:00:00 2001 From: Jan-Hendrik Boll Date: Thu, 19 Dec 2024 16:29:15 +0100 Subject: [PATCH] Use pipeline for Frontend --- .github/workflows/services-cd.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/services-cd.yml b/.github/workflows/services-cd.yml index a3adb7756..17d4d4dfa 100644 --- a/.github/workflows/services-cd.yml +++ b/.github/workflows/services-cd.yml @@ -3,6 +3,7 @@ env: DEPLOY_ENV: ${{ inputs.deploy_env }} SKIP_CONFIRM: true + DRY_RUN: on: workflow_call: inputs: @@ -82,7 +83,7 @@ - name: 'Deploy Frontend' run: | - make frontend.deploy + ./run_pipeline.sh dev ./frontend/pipeline.yaml deploy -c public - name: 'Deploy Backend' run: |