Skip to content

Commit

Permalink
Merge pull request #105 from gcivil-nyu-org/master
Browse files Browse the repository at this point in the history
Master
  • Loading branch information
Dhiren-NYU committed Nov 8, 2023
2 parents a3aab22 + a562a9d commit 4d222cc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
5 changes: 5 additions & 0 deletions .ebextensions/environment_variables.config
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
option_settings:
- option_name: DB_KEY
value: $DB_KEY
- option_name: DB_KEYP
value: $DB_KEYP
6 changes: 1 addition & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ before_install:
install:
- pip install -r requirements.txt # Install dependencies


script:
- python manage.py test
- python -m black . --check
- python -m flake8 --ignore=E303,E501 --max-line-length=88
- python -m coverage run manage.py test
Expand All @@ -39,7 +39,3 @@ deploy:
# You can add additional steps such as deployment configuration if needed.


before_deploy:
- eb use cheerup-env
- eb setenv DB_KEYP=$DB_KEYP
- eb setenv DB_KEY=$DB_KEY

0 comments on commit 4d222cc

Please sign in to comment.