mirror of
https://github.com/viq/NewsBlur.git
synced 2025-09-18 21:43:31 +00:00
Adding make celery
This commit is contained in:
parent
cb8e44f33c
commit
2455b5e97a
1 changed files with 2 additions and 1 deletions
3
Makefile
3
Makefile
|
@ -1,5 +1,4 @@
|
|||
SHELL := /bin/bash
|
||||
newsblur := $(shell docker ps -qf "name=newsblur_web")
|
||||
CURRENT_UID := $(shell id -u)
|
||||
CURRENT_GID := $(shell id -g)
|
||||
|
||||
|
@ -95,6 +94,8 @@ node:
|
|||
- ansible-playbook ansible/provision.yml -l node --tags node
|
||||
www:
|
||||
- ansible-playbook ansible/provision.yml -l haproxy --tags haproxy
|
||||
celery:
|
||||
- ansible-playbook ansible/provision.yml -l task --tags celery
|
||||
firewall:
|
||||
- ansible-playbook ansible/provision.yml --tags firewall -l db
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue