mirror of
https://github.com/olegvodyanov/instalinks.git
synced 2025-12-20 05:47:03 +03:00
3 lines
103 B
Bash
Executable File
3 lines
103 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
python manage.py collectstatic && service nginx start && gunicorn wsgi:application |