5656 - orbit run mysql-build -f config/orbit/orbit-build.yml {{ if debug }}-d{{ end }}
5757 - orbit run redis-build -f config/orbit/orbit-build.yml {{ if debug }}-d{{ end }}
5858 - orbit run rabbitmq-build -f config/orbit/orbit-build.yml {{ if debug }}-d{{ end }}
59- - orbit generate -f config/orbit/whale.txt -p Notification," Your configuration files have been successfully generated!" {{ if debug }}-d{{ end }}
59+ - orbit generate -f config/orbit/whale.txt -p " Notification,Your configuration files have been successfully generated!" {{ if debug }}-d{{ end }}
6060
6161 # |--------------------------------------------------------------------------
6262 # | orbit run proxy-up
9292 - orbit run mysql-up -f config/orbit/orbit-up.yml {{ if debug }}-d{{ end }}
9393 - orbit run redis-up -f config/orbit/orbit-up.yml {{ if debug }}-d{{ end }}
9494 - orbit run rabbitmq-up -f config/orbit/orbit-up.yml {{ if debug }}-d{{ end }}
95- - orbit generate -f config/orbit/whale.txt -p Notification," Your containers have been successfully started!" {{ if debug }}-d{{ end }}
95+ - orbit generate -f config/orbit/whale.txt -p " Notification,Your containers have been successfully started!" {{ if debug }}-d{{ end }}
9696 - docker ps
9797
9898 # |--------------------------------------------------------------------------
@@ -108,7 +108,7 @@ tasks:
108108 short : Stops the Traefik container
109109 run :
110110 - orbit run traefik-down -f config/orbit/orbit-down.yml {{ if debug }}-d{{ end }}
111- - orbit generate -f config/orbit/whale.txt -p Notification," Your reverse proxy has been successfully stopped!" {{ if debug }}-d{{ end }}
111+ - orbit generate -f config/orbit/whale.txt -p " Notification,Your reverse proxy has been successfully stopped!" {{ if debug }}-d{{ end }}
112112 - docker ps
113113
114114 # |--------------------------------------------------------------------------
@@ -131,7 +131,7 @@ tasks:
131131 - orbit run redis-down -f config/orbit/orbit-down.yml {{ if debug }}-d{{ end }}
132132 - orbit run rabbitmq-down -f config/orbit/orbit-down.yml {{ if debug }}-d{{ end }}
133133 - orbit run toolbox-down -f config/orbit/orbit-down.yml {{ if debug }}-d{{ end }}
134- - orbit generate -f config/orbit/whale.txt -p Notification," Your containers have been successfully stopped!" {{ if debug }}-d{{ end }}
134+ - orbit generate -f config/orbit/whale.txt -p " Notification,Your containers have been successfully stopped!" {{ if debug }}-d{{ end }}
135135 - docker ps
136136
137137 # |--------------------------------------------------------------------------
0 commit comments