Skip to content

Commit

Permalink
fix: modified deployment files
Browse files Browse the repository at this point in the history
  • Loading branch information
yaongmeow committed Jun 8, 2024
1 parent fc81923 commit baf4488
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,5 @@ jobs:
-e JWT_SECRET_REFRESH=${{ secrets.JWT_SECRET_REFRESH }} \
-d -p ${{secrets.EXTERNAL_PORT}}:${{secrets.INTERNAL_PORT}} \
-v /root/logs:/workspace/logs \
--name skkuse-container yaongmeow/skkuse-docker
--name skkuse-container yaongmeow/skkuse-docker \
uvicorn main:app --host=0.0.0.0 --port=${{secrets.INTERNAL_PORT}}
7 changes: 7 additions & 0 deletions BE/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,11 @@ annotated-types==0.7.0
anyio==4.3.0
certifi==2024.2.2
cffi==1.16.0
charset-normalizer==3.3.2
click==8.1.7
cryptography==42.0.7
DateTime==5.5
distro==1.9.0
dnspython==2.6.1
email_validator==2.1.1
fastapi==0.111.0
Expand All @@ -16,10 +18,12 @@ httpx==0.27.0
idna==3.7
Jinja2==3.1.4
jwt==1.3.1
logging==0.4.9.6
markdown-it-py==3.0.0
MarkupSafe==2.1.5
mdurl==0.1.2
mysqlclient==2.2.4
openai==1.30.4
orjson==3.10.3
pycparser==2.22
pydantic==2.7.1
Expand All @@ -31,14 +35,17 @@ python-dotenv==1.0.1
python-multipart==0.0.9
pytz==2024.1
PyYAML==6.0.1
requests==2.32.2
rich==13.7.1
setuptools==70.0.0
shellingham==1.5.4
sniffio==1.3.1
starlette==0.37.2
tqdm==4.66.4
typer==0.12.3
typing_extensions==4.11.0
ujson==5.10.0
urllib3==2.2.1
uuid==1.30
uvicorn==0.29.0
uvloop==0.19.0
Expand Down

0 comments on commit baf4488

Please sign in to comment.