Guest User

Untitled

a guest
Jun 23rd, 2018
232
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.54 KB | None | 0 0
  1. @!stacks.push(Stack.new(
  2. active => %item<active>,
  3. has-app => (%item<containers>).grep('app'),
  4. has-db => (%item<containers>).grep('db'),
  5. name => %item<name>,
  6. id => $hasher.encode(%item<id>),
  7. db-name => %item<db_name>,
  8. web-root => %item<web_root
  9. branch => %item<branch>,
  10. server-prefix => %item<server_prefix>,
  11. git => %item<git>
  12. ));
Advertisement
Add Comment
Please, Sign In to add comment