Move all files to working-with-workspace/demo/

This commit is contained in:
Oliver Davies 2025-10-02 23:03:55 +01:00
parent 8f5254045f
commit b3d22ce6f4
4 changed files with 0 additions and 0 deletions

View file

@ -0,0 +1,18 @@
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'