Skip to content

Commit

Permalink
updated database and command
Browse files Browse the repository at this point in the history
  • Loading branch information
khoroshevskyi committed Dec 10, 2024
1 parent 013eb04 commit 33ca177
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/upload_gse.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
echo "The GSE is ${{ inputs.gse }}"
- name: Upload Project
run: bedboss geo upload-gse --outfolder /tmp/out --gse ${{ inputs.gse }} --no-use-skipper --light --bedbase-config config.yaml
run: bedboss geo upload-gse --outfolder /tmp/out --gse ${{ inputs.gse }} --no-use-skipper --light --bedbase-config config.yaml --no-use-skipper --no-preload
env:
POSTGRES_HOST: ${{ secrets.POSTGRES_HOST }}
POSTGRES_PASSWORD: ${{ secrets.POSTGRES_PASSWORD }}
Expand Down
2 changes: 1 addition & 1 deletion config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ database:
port: 5432
password: $POSTGRES_PASSWORD
user: $POSTGRES_USER
database: bedbase
database: bedbase2
qdrant:
host: $QDRANT_HOST
port: 6333
Expand Down

0 comments on commit 33ca177

Please sign in to comment.