Skip to content

Commit

Permalink
make deployment step dependant on admin build
Browse files Browse the repository at this point in the history
  • Loading branch information
alexeh committed Oct 23, 2024
1 parent 8dcc35d commit 5434dd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit 5434dd1

Please sign in to comment.