This commit is contained in:
Samuel Clay 2021-05-10 19:14:16 -04:00
parent 062cf94b2e
commit d1368716a5

2
fabfile.py vendored
View file

@ -190,7 +190,7 @@ def ec2():
def all():
assign_digitalocean_roledefs()
env.roles = ['app', 'db', 'task', 'debug', 'node', 'push', 'work', 'www', 'search']
env.roles = ['app', 'db', 'debug', 'node', 'push', 'work', 'www', 'search']
# =============
# = Bootstrap =