10 lines
108 B
Bash
Executable File
10 lines
108 B
Bash
Executable File
#!/usr/bin/env zsh
|
|
|
|
set euxo PIPEFAIL
|
|
|
|
git pull
|
|
|
|
pipenv install
|
|
|
|
pipenv run python3.7 src/manage.py migrate
|