mirror of
https://github.com/olegvodyanov/instalinks.git
synced 2025-12-20 10:17:05 +03:00
Compare commits
No commits in common. "1b2f86ce39616b416fdb1cb7c3862b0d457baa3c" and "fd5929f735e802f342c59fda650f199a2ee511e2" have entirely different histories.
1b2f86ce39
...
fd5929f735
@ -27,7 +27,6 @@ volumes:
|
|||||||
path: /srv/drone-runner
|
path: /srv/drone-runner
|
||||||
|
|
||||||
trigger:
|
trigger:
|
||||||
paths:
|
branch:
|
||||||
include:
|
- master
|
||||||
- instalinks/
|
- develop
|
||||||
- static/
|
|
||||||
@ -17,9 +17,6 @@ server {
|
|||||||
access_log /var/log/nginx/myinstalink.ru-access.log;
|
access_log /var/log/nginx/myinstalink.ru-access.log;
|
||||||
error_log /var/log/nginx/myinstalink.ru-error.log;
|
error_log /var/log/nginx/myinstalink.ru-error.log;
|
||||||
|
|
||||||
auth_basic "Restricted Access";
|
|
||||||
auth_basic_user_file /etc/nginx/.htpasswd;
|
|
||||||
|
|
||||||
location /static/ {
|
location /static/ {
|
||||||
alias /staticFiles/;
|
alias /staticFiles/;
|
||||||
}
|
}
|
||||||
|
|||||||
@ -10,7 +10,6 @@
|
|||||||
- virtualenv
|
- virtualenv
|
||||||
- python3-setuptools
|
- python3-setuptools
|
||||||
- python3-certbot-nginx
|
- python3-certbot-nginx
|
||||||
- apache2-utils
|
|
||||||
state: latest
|
state: latest
|
||||||
update_cache: true
|
update_cache: true
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user