We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c47dfa commit a6d7a74Copy full SHA for a6d7a74
1 file changed
tests/vagrant_test.go
@@ -101,7 +101,7 @@ sleep 6 && curl -s http://testing.{{.HostName}} | grep -q 'Powered by Deis'
101
`},
102
// Scale the app's web containers up to 3.
103
{"{{.ExampleApp}}", `
104
-deis scale web=3
+deis scale web=3 || deis scale cmd=3
105
106
// Test that the app's URL responds with "Powered by Deis".
107
0 commit comments