Skip to content

Commit

Permalink
Merge pull request #274 from nulib/deploy/staging
Browse files Browse the repository at this point in the history
Deploy to production
  • Loading branch information
mbklein authored Nov 22, 2024
2 parents f2c3e0c + f77bc55 commit 0595549
Show file tree
Hide file tree
Showing 19 changed files with 3,922 additions and 322 deletions.
2 changes: 1 addition & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
nodejs 20.15.0
java corretto-19.0.1.10.1
aws-sam-cli 1.107.0
python 3.10.5
python 3.12.2
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ style-python: deps-python
style-python-fix: deps-python
cd chat && ruff check --fix .
test-python: deps-python
cd chat && SKIP_LLM_REQUEST=True PYTHONPATH=src:test python -m unittest discover -v
cd chat && __SKIP_SECRETS__=true SKIP_LLM_REQUEST=True PYTHONPATH=src:test python -m unittest discover -v
python-version:
cd chat && python --version
build: .aws-sam/build.toml
Expand Down
Loading

0 comments on commit 0595549

Please sign in to comment.