Changed some file to test pipeline execution
This commit is contained in:
parent
7b3624e41f
commit
11140aac97
@ -1,3 +1,4 @@
|
|||||||
#!/usr/bin/env sh
|
#!/usr/bin/env sh
|
||||||
|
|
||||||
nginx -g "daemon off;" &
|
nginx -g "daemon off;" &
|
||||||
uwsgi --ini deploy/uwsgi.ini
|
uwsgi --ini deploy/uwsgi.ini
|
@ -23,7 +23,6 @@ http {
|
|||||||
gzip_proxied any;
|
gzip_proxied any;
|
||||||
|
|
||||||
gzip_types
|
gzip_types
|
||||||
## text/html is always compressed : https://nginx.org/en/docs/http/ngx_http_gzip_module.html
|
|
||||||
text/plain
|
text/plain
|
||||||
text/css
|
text/css
|
||||||
text/javascript
|
text/javascript
|
||||||
|
@ -1,2 +1,3 @@
|
|||||||
#!/usr/bin/env sh
|
#!/usr/bin/env sh
|
||||||
|
|
||||||
python bot.py
|
python bot.py
|
Loading…
Reference in New Issue
Block a user