feat: ci\cd setup

This commit is contained in:
skeris 2023-07-01 18:53:09 +03:00
parent 25356d382e
commit ec29a8feac

12
hub.conf Normal file

@ -0,0 +1,12 @@
server {
listen 80;
server_name _;
location / {
root /usr/share/nginx/html;
index index.html index.htm;
try_files $uri $uri/ /index.html;
}
root /usr/share/nginx/html;
}