Skip to content

Commit

Permalink
Add notes for why using ghas version for team, also adding the correc…
Browse files Browse the repository at this point in the history
…t host for fcrepo.
  • Loading branch information
aprilrieger committed Dec 5, 2023
1 parent 780aaf5 commit 6100cef
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-test-lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ on:
description: 'Run the build with tmate debugging enabled (https://github.com/marketplace/actions/debugging-with-tmate)'
required: false
default: false

# We are using version 14 since this project has not been knap-sackerized yet
jobs:
build:
uses: scientist-softserv/actions/.github/workflows/build.yaml@v0.0.14
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ on:
required: false
default: false

# We are using version 14 since this project has not been knap-sackerized yet
jobs:
deploy:
uses: scientist-softserv/actions/.github/workflows/deploy.yaml@v0.0.14
Expand Down
4 changes: 2 additions & 2 deletions ops/staging-deploy.tmpl.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -89,11 +89,11 @@ extraEnvVars: &envVars
- name: FCREPO_BASE_PATH
value: /utk-hyku-staging
- name: FCREPO_HOST
value: fcrepo.fcrepo.svc.cluster.local:8080
value: fcrepo.fcrepo-staging.svc.cluster.local:8080
- name: FCREPO_PATH
value: /rest
- name: FCREPO_URL
value: http://fcrepo.fcrepo.svc.cluster.local:8080/rest
value: http://fcrepo.fcrepo-staging.svc.cluster.local:8080/rest
- name: GOOD_JOB_MAX_THREADS
value: "5"
- name: HYKU_ACTIVE_JOB_QUEUE_URL
Expand Down

0 comments on commit 6100cef

Please sign in to comment.