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 }}