Compare commits

..

No commits in common. "1b2f86ce39616b416fdb1cb7c3862b0d457baa3c" and "fd5929f735e802f342c59fda650f199a2ee511e2" have entirely different histories.

3 changed files with 3 additions and 8 deletions

View File

@ -27,7 +27,6 @@ volumes:
path: /srv/drone-runner
trigger:
paths:
include:
- instalinks/
- static/
branch:
- master
- develop

View File

@ -17,9 +17,6 @@ server {
access_log /var/log/nginx/myinstalink.ru-access.log;
error_log /var/log/nginx/myinstalink.ru-error.log;
auth_basic "Restricted Access";
auth_basic_user_file /etc/nginx/.htpasswd;
location /static/ {
alias /staticFiles/;
}

View File

@ -10,7 +10,6 @@
- virtualenv
- python3-setuptools
- python3-certbot-nginx
- apache2-utils
state: latest
update_cache: true