Skip to content
This repository was archived by the owner on Mar 15, 2019. It is now read-only.

Commit a619bf6

Browse files
author
Julien Neuhart
committed
improving -p flag in orbit.yml
1 parent 9a4b43a commit a619bf6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

orbit.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ tasks:
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
@@ -92,7 +92,7 @@ tasks:
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

Comments
 (0)