Compare commits
No commits in common. "finish" and "start" have entirely different histories.
|
@ -1,18 +0,0 @@
|
||||||
command('apply-config'): |
|
|
||||||
#!php
|
|
||||||
$ws->confd('workspace:/confd')->apply();
|
|
||||||
|
|
||||||
confd('workspace:/confd'):
|
|
||||||
- { src: 'settings.php', dst: 'workspace:/settings.php' }
|
|
||||||
|
|
||||||
attributes:
|
|
||||||
database:
|
|
||||||
driver: mysql
|
|
||||||
host: mysql
|
|
||||||
name: drupal
|
|
||||||
username: user
|
|
||||||
password: secret
|
|
||||||
|
|
||||||
command('say-hello'): |
|
|
||||||
#!bash
|
|
||||||
passthru echo 'Hello World'
|
|
Loading…
Reference in a new issue