Skip to content

Commit 28a21dd

Browse files
committed
Fix rabbit makefile
1 parent 8e9514a commit 28a21dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

services/rabbit/.operations.Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ validate-node-ix0%: .env
3939
### Note: up operation is called by CI automatically
4040
### it must NOT deploy stacks if they are already running
4141
### to avoid breaking existing cluster (stopping all nodes at once)
42-
up: start-cluster
42+
up up-master up-dalco up-aws up-local up-public: start-cluster
4343

4444
down: stop-cluster
4545

0 commit comments

Comments
 (0)