Skip to content

Commit

Permalink
Merge pull request #355 from RISPaDD/fix-apprunner-docs
Browse files Browse the repository at this point in the history
Remove apprunner debug code
  • Loading branch information
jamienoss authored May 14, 2024
2 parents 0d811c8 + a1e338a commit 676ec44
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
2 changes: 0 additions & 2 deletions apprunner.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ build:
- pipenv run pip install --no-deps .
- pipenv install -r requirements/docs.txt
- pipenv run make -C docs html
- ls
- ls docs
env:
- name: DJANGO_SETTINGS_MODULE
value: "biospecdb.settings.aws"
Expand Down
4 changes: 0 additions & 4 deletions scripts/prd/deploy.sh
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
#!/bin/bash

ls

ls docs/

set -e

# Collect static files.
Expand Down

0 comments on commit 676ec44

Please sign in to comment.