Skip to content

Commit

Permalink
fabfile: Restart all services
Browse files Browse the repository at this point in the history
  • Loading branch information
Turbo87 committed Apr 28, 2018
1 parent 44da5ca commit 2723bac
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions fabfile.py
Expand Up @@ -41,11 +41,7 @@ def restart():
manage('migrate upgrade')

# restart services
restart_service('skylines')
restart_service('mapserver')
restart_service('tracking')
restart_service('celery')
restart_service('mapproxy')
restart_service('all')


@task
Expand Down

0 comments on commit 2723bac

Please sign in to comment.