Skip to content

Commit

Permalink
Release: add cors header and middleware
Browse files Browse the repository at this point in the history
  • Loading branch information
saeyeonn committed May 28, 2024
1 parent 155305f commit dbbdeb3
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,16 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v2

- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: 3.9

- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -r requirements.txt
- name: Set up SSH
uses: webfactory/[email protected]
with:
Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
Django>=3.2,<4.0
gunicorn
django-cors-headers

0 comments on commit dbbdeb3

Please sign in to comment.