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

Commit

Permalink
Merge pull request #182 from Kerosene-Labs/BIL-6-update-fixed
Browse files Browse the repository at this point in the history
BIL-6: Building Workflow
  • Loading branch information
hlafaille authored Jan 2, 2025
2 parents 3479632 + 5ffcfe2 commit 821955e
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 821955e

Please sign in to comment.