Skip to content

Commit

Permalink
Fix gitpod.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
neoformit committed Aug 26, 2024
1 parent 191e4e5 commit e240fb3
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions .gitpod.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,10 @@
# Set up and run GMS

tasks:
- name: install requirements
init: pip install -r requirements.txt
- name: Create .env
init: |
cp .env.sample .env
- name: Start Django Server
- name: Setup and start development server
env:
DJANGO_SETTINGS_MODULE: webapp.settings.dev
init: |
pip install -r requirements.txt
cp .env.sample .env
command: |
cd webapp
python manage.py migrate
Expand Down

0 comments on commit e240fb3

Please sign in to comment.