Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
sakthi-aot committed Mar 1, 2024
1 parent 5862af9 commit 98192a5
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ env:
jobs:
build:
name: ${{ inputs.component }}
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
outputs:
build: ${{ steps.check.outputs.build }}
steps:
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/ci-cd-caseflow-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
uses: ./.github/workflows/_build.yml
strategy:
matrix:
component: [app/caseflow_core/microservices/dms, app/caseflow_core/microservices/gateway, app/caseflow_core/microservices/lob, app/caseflow_core/microservices/server, app/caseflow_web]
component: [app/caseflow_core/microservices/dms, app/caseflow_core/microservices/gateway, app/caseflow_core/microservices/lob, app/caseflow_core/microservices/server]
include:
- component: app/caseflow_core/microservices/dms
triggers: ('app/caseflow_core/microservices/dms/')
Expand All @@ -33,8 +33,8 @@ jobs:
triggers: ('app/caseflow_core/microservices/lob/')
- component: app/caseflow_core/microservices/server
triggers: ('app/caseflow_core/microservices/server/')
- component: app/caseflow_web
triggers: ('app/caseflow_web/')
# - component: app/caseflow_web
# triggers: ('app/caseflow_web/')
secrets:
gh_token: ${{ secrets.GITHUB_TOKEN }}
with:
Expand All @@ -49,7 +49,7 @@ jobs:
uses: ./.github/workflows/_code-cov.yml
strategy:
matrix:
component: [app/caseflow_core/microservices/dms, app/caseflow_core/microservices/gateway, app/caseflow_core/microservices/lob, app/caseflow_core/microservices/server, app/caseflow_web]
component: [app/caseflow_core/microservices/dms, app/caseflow_core/microservices/gateway, app/caseflow_core/microservices/lob, app/caseflow_core/microservices/server]
secrets:
gh_token: ${{ secrets.GITHUB_TOKEN }}
with:
Expand Down
5 changes: 1 addition & 4 deletions app/caseflow_web/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@

FROM artifacts.developer.gov.bc.ca/redhat-access-docker-remote/ubi8/nginx-122 AS deployer


FROM nginx:latest
COPY ./build /usr/share/nginx/html
COPY ./nginx_conf/nginx.conf /etc/nginx/nginx.conf

0 comments on commit 98192a5

Please sign in to comment.