Skip to content

Commit

Permalink
Changed typos in azure deployment backend
Browse files Browse the repository at this point in the history
  • Loading branch information
Verzaccii committed Mar 14, 2024
1 parent 5066ad9 commit 26ddc2d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/AzureDeployBackend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,13 @@ jobs:
- name: Install dependencies
run: |
cd backend
cd lvlgg_backend
python -m pip install --upgrade pip
pip install -r requirements.txt
- name: Collect static files
run: |
cd backend
cd lvlgg_backend
python manage.py collectstatic --noinput
# Optional: Add step to run tests here (PyTest, Django test suites, etc.)
Expand Down

0 comments on commit 26ddc2d

Please sign in to comment.