mirror of
https://github.com/olegvodyanov/instalinks.git
synced 2025-12-20 09:07:04 +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
|
||||
|
||||
trigger:
|
||||
paths:
|
||||
include:
|
||||
- instalinks/
|
||||
- static/
|
||||
branch:
|
||||
- master
|
||||
- develop
|
||||
@ -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/;
|
||||
}
|
||||
|
||||
@ -10,7 +10,6 @@
|
||||
- virtualenv
|
||||
- python3-setuptools
|
||||
- python3-certbot-nginx
|
||||
- apache2-utils
|
||||
state: latest
|
||||
update_cache: true
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user