mirror of
https://github.com/olegvodyanov/instalinks.git
synced 2025-12-20 07:57:04 +03:00
6 lines
149 B
Bash
Executable File
6 lines
149 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
python manage.py collectstatic && \
|
|
service nginx start && \
|
|
python manage.py migrate && \
|
|
gunicorn wsgi:application |