Changed some file to test pipeline execution

This commit is contained in:
Administrator 2022-04-04 16:08:08 +02:00
parent 7b3624e41f
commit 11140aac97
3 changed files with 2 additions and 1 deletions

View File

@ -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

View File

@ -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

View File

@ -1,2 +1,3 @@
#!/usr/bin/env sh #!/usr/bin/env sh
python bot.py python bot.py