Skip to content

Commit

Permalink
I'm going to make this work vercel.
Browse files Browse the repository at this point in the history
  • Loading branch information
Kraust committed Feb 20, 2024
1 parent 1f29a9b commit a94727d
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
9 changes: 9 additions & 0 deletions OSCR_django/deploy.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
#!/usr/bin/env bash

python3 -m pip install -r requirements.txt

python3 manage.py migrate --noinput
python3 manage.py collectstatic --clear --noinput

# Load the ladder information.
python3 manage.py loaddata ladder/fixtures/ladders.json
File renamed without changes.
9 changes: 0 additions & 9 deletions deploy.sh

This file was deleted.

0 comments on commit a94727d

Please sign in to comment.