Skip to content

Commit

Permalink
Merge pull request #462 from dgidb/additional-cap-config
Browse files Browse the repository at this point in the history
Additional cap config
  • Loading branch information
acoffman authored Dec 12, 2023
2 parents d24f99c + 5afdf8c commit 766c3d6
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions client/src/pages/Downloads/Files/Files.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,13 @@ function createData(
}

const rows = [
createData(
'2023-Dec',
'interactions.tsv',
'genes.tsv',
'drugs.tsv',
'categories.tsv'
),
createData(
'2022-Feb',
'interactions.tsv',
Expand Down
2 changes: 1 addition & 1 deletion server/config/deploy.rb
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

set :rbenv_type, :user

set :linked_dirs, fetch(:linked_dirs, []).push('log', 'tmp/pids', 'tmp/cache', 'tmp/sockets', 'vendor/bundle', 'public/system', 'public/uploads', 'storage')
set :linked_dirs, fetch(:linked_dirs, []).push('log', 'tmp/pids', 'tmp/cache', 'tmp/sockets', 'vendor/bundle', 'public/system', 'public/uploads', 'public/data', 'storage')
set :linked_files, fetch(:linked_files, []).push('config/master.key')

set :repo_tree, 'server'
Expand Down

0 comments on commit 766c3d6

Please sign in to comment.