Skip to content
This repository has been archived by the owner on Feb 8, 2025. It is now read-only.

Commit

Permalink
BIL-6: adding env and needs
Browse files Browse the repository at this point in the history
  • Loading branch information
hlafaille committed Jan 2, 2025
1 parent dac80a4 commit 5ffcfe2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/develop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -166,13 +166,15 @@ jobs:
cache-from: type=gha
cache-to: type=gha,mode=max

frontend_deploy:
deploy:
runs-on: ubuntu-24.04
defaults:
run:
working-directory: ./frontend
needs:
- frontend_oci_image
- backend_oci_image
environment: develop
steps:
- uses: actions/checkout@v4

Expand Down

0 comments on commit 5ffcfe2

Please sign in to comment.