mirror of
https://github.com/olegvodyanov/instalinks.git
synced 2025-12-20 07:57:04 +03:00
Compare commits
9 Commits
fd5929f735
...
1b2f86ce39
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
1b2f86ce39 | ||
|
|
4577c6eeb6 | ||
|
|
e96be5f6f7 | ||
|
|
6b7d938d89 | ||
|
|
7347beda9e | ||
|
|
b3b4f72193 | ||
|
|
dff6808e94 | ||
|
|
416c85b310 | ||
|
|
c23c862d0b |
@ -27,6 +27,7 @@ volumes:
|
||||
path: /srv/drone-runner
|
||||
|
||||
trigger:
|
||||
branch:
|
||||
- master
|
||||
- develop
|
||||
paths:
|
||||
include:
|
||||
- instalinks/
|
||||
- static/
|
||||
|
||||
@ -17,6 +17,9 @@ 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,6 +10,7 @@
|
||||
- virtualenv
|
||||
- python3-setuptools
|
||||
- python3-certbot-nginx
|
||||
- apache2-utils
|
||||
state: latest
|
||||
update_cache: true
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user