Skip to content

Commit

Permalink
Merge pull request #5 from DesignSafe-CI/frontera-work
Browse files Browse the repository at this point in the history
Support designsafe.storage.frontera.work system
  • Loading branch information
jarosenb authored Dec 10, 2023
2 parents 858984f + 0f4c1f6 commit 2b78313
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions camino/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ services:
- /corral-repl/tacc/NHERI:/corral-repl/tacc/NHERI
- /ds-mydata:/ds-mydata
- /frontera-scratch:/frontera-scratch
- /frontera-work:/frontera-work
labels:
- "com.centurylinklabs.watchtower.enable=true"
logging:
Expand Down
2 changes: 2 additions & 0 deletions server/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ def get_system_root(system: str) -> str:
root_dir = "/ds-mydata"
case "designsafe.storage.frontera.scratch":
root_dir = "/frontera-scratch"
case "designsafe.storage.frontera.work":
root_dir = "/frontera-work"
case "designsafe.storage.community":
root_dir = "/corral-repl/tacc/NHERI/community"
case "designsafe.storage.published":
Expand Down

0 comments on commit 2b78313

Please sign in to comment.