From 5434dd16a1edec2cf6928d83ed6469110b706b6c Mon Sep 17 00:00:00 2001 From: alexeh Date: Wed, 23 Oct 2024 07:48:25 +0200 Subject: [PATCH] make deployment step dependant on admin build --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 2efd923..4df09d3 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -215,7 +215,7 @@ jobs: deploy: name: Deploy Services to Amazon EBS - needs: [ set_environment_name, build_client, build_api ] + needs: [ set_environment_name, build_client, build_api, build_admin ] runs-on: ubuntu-latest environment: name: ${{ needs.set_environment_name.outputs.env_name }}