mirror of
https://github.com/samuelclay/NewsBlur.git
synced 2025-09-18 21:50:56 +00:00
Referencing new secret hosts.
This commit is contained in:
parent
dca245762c
commit
6dc0824cca
1 changed files with 1 additions and 1 deletions
2
fabfile.py
vendored
2
fabfile.py
vendored
|
@ -510,7 +510,7 @@ def setup_supervisor():
|
|||
|
||||
@parallel
|
||||
def setup_hosts():
|
||||
put('config/hosts', '/etc/hosts', use_sudo=True)
|
||||
put('../secrets-newsblur/configs/hosts', '/etc/hosts', use_sudo=True)
|
||||
|
||||
def config_pgbouncer():
|
||||
put('config/pgbouncer.conf', '/etc/pgbouncer/pgbouncer.ini', use_sudo=True)
|
||||
|
|
Loading…
Add table
Reference in a new issue