From 6dfafbb7dda4de1d3519d87d7b6d638db40c51d5 Mon Sep 17 00:00:00 2001 From: Adler Neves Date: Tue, 7 Jul 2020 22:53:35 -0300 Subject: [PATCH] CI fix --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a592556..1e5fa47 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -45,6 +45,7 @@ configure: - cat srvconfig/nginx.conf | sed -e 's/{domain}/bot.furmeet.app/g' -e 's/{port}/34891/g' | sudo tee /etc/nginx/sites-available/bot-furmeet-app-http.conf > /dev/null - cat srvconfig/nginx.conf | sed -e 's/{domain}/test-bot.furmeet.app/g' -e 's/{port}/34892/g' | sudo tee /etc/nginx/sites-available/test-bot-furmeet-app-http.conf > /dev/null - cat srvconfig/systemd.service | sed -e 's/{name}/furmeet-bot/g' -e 's/{path}/\/var\/www\/furmeet-bot/g' | sudo tee /etc/systemd/system/furmeet-bot.service > /dev/null + - sudo -u http make depends -C /var/www/furmeet-bot - sudo -u http make all -C /var/www/furmeet-bot restart: