mirror of
https://github.com/olegvodyanov/instalinks.git
synced 2026-02-02 02:35:44 +03:00
Compare commits
3 Commits
6b7d938d89
...
1b2f86ce39
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
1b2f86ce39 | ||
|
|
4577c6eeb6 | ||
|
|
e96be5f6f7 |
@ -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