From 11140aac971f6b60b7aa9a87afa208621bae60c6 Mon Sep 17 00:00:00 2001 From: H4CK3R-01 Date: Mon, 4 Apr 2022 16:08:08 +0200 Subject: [PATCH] Changed some file to test pipeline execution --- api/deploy/start.sh | 1 + frontend/deploy/nginx.conf | 1 - telegram_bot/deploy/start.sh | 1 + 3 files changed, 2 insertions(+), 1 deletion(-) diff --git a/api/deploy/start.sh b/api/deploy/start.sh index 77fb780..db51705 100644 --- a/api/deploy/start.sh +++ b/api/deploy/start.sh @@ -1,3 +1,4 @@ #!/usr/bin/env sh + nginx -g "daemon off;" & uwsgi --ini deploy/uwsgi.ini \ No newline at end of file diff --git a/frontend/deploy/nginx.conf b/frontend/deploy/nginx.conf index d8a200f..f1595bf 100644 --- a/frontend/deploy/nginx.conf +++ b/frontend/deploy/nginx.conf @@ -23,7 +23,6 @@ http { gzip_proxied any; gzip_types - ## text/html is always compressed : https://nginx.org/en/docs/http/ngx_http_gzip_module.html text/plain text/css text/javascript diff --git a/telegram_bot/deploy/start.sh b/telegram_bot/deploy/start.sh index 4ee7078..232326f 100644 --- a/telegram_bot/deploy/start.sh +++ b/telegram_bot/deploy/start.sh @@ -1,2 +1,3 @@ #!/usr/bin/env sh + python bot.py \ No newline at end of file