5 lines
63 B
Bash
5 lines
63 B
Bash
#!/bin/bash
|
|
|
|
python -m alembic upgrade head
|
|
python -m gunicorn
|
#!/bin/bash
|
|
|
|
python -m alembic upgrade head
|
|
python -m gunicorn
|