Skip to content

Commit

Permalink
fix deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
orangewolf committed Sep 13, 2023
1 parent b023caa commit 79bed65
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 5 deletions.
8 changes: 7 additions & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,11 @@ GIT

GIT
remote: https://github.com/samvera-labs/bulkrax.git
revision: 03544c7a536f18d81a06c99b8bbe83452466d627
revision: 2bf602497731b270db51d5c87105fd05de37e794
branch: hyrax-4-valkyrie-support
specs:
bulkrax (5.3.0)
bagit (~> 0.4.6)
coderay
dry-monads (~> 1.5)
iso8601 (~> 0.9.0)
Expand Down Expand Up @@ -230,6 +231,9 @@ GEM
babel-transpiler (0.7.0)
babel-source (>= 4.0, < 6)
execjs (~> 2.0)
bagit (0.4.6)
docopt (~> 0.5.0)
validatable (~> 1.6)
bcp47_spec (0.2.1)
bcrypt (3.1.19)
bindex (0.8.1)
Expand Down Expand Up @@ -336,6 +340,7 @@ GEM
disposable (0.6.3)
declarative (>= 0.0.9, < 1.0.0)
representable (>= 3.1.1, < 4)
docopt (0.5.0)
dotenv (2.8.1)
dotenv-rails (2.8.1)
dotenv (= 2.8.1)
Expand Down Expand Up @@ -1062,6 +1067,7 @@ GEM
execjs (>= 0.3.0, < 3)
unicode-display_width (2.4.2)
unicode-types (1.8.0)
validatable (1.6.7)
valkyrie (3.0.3)
activemodel
activesupport
Expand Down
4 changes: 2 additions & 2 deletions ops/charlie-deploy.tmpl.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,11 +61,11 @@ extraEnvVars: &envVars
- name: DB_ADAPTER
value: postgresql
- name: DB_HOST
value: 10.0.4.190
value: "10.0.4.190"
- name: DB_NAME
value: hyrax
- name: DB_PORT
value: 5432
value: "5432"
- name: DB_USERNAME
value: ams_user
- name: FCREPO_BASE_PATH
Expand Down
4 changes: 2 additions & 2 deletions ops/demo-deploy.tmpl.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,11 +61,11 @@ extraEnvVars: &envVars
- name: DB_ADAPTER
value: postgresql
- name: DB_HOST
value: 10.0.4.190
value: "10.0.4.190"
- name: DB_NAME
value: hyrax
- name: DB_PORT
value: 5432
value: "5432"
- name: DB_USERNAME
value: ams_user
- name: FCREPO_BASE_PATH
Expand Down

0 comments on commit 79bed65

Please sign in to comment.