Files
wordpress/package.yml
Luke Murphy 2e489025d4
All checks were successful
continuous-integration/drone/push Build is passing
Back to using name because we have a test file
2020-10-01 01:21:47 +02:00

18 lines
508 B
YAML

---
name: Wordpress
description: Open source software you can use to create a beautiful website, blog, or app
arguments:
name:
description: The name of your Wordpress application
example: my-cool-project
domain:
description: The domain name where your Wordpress will be available on the web
example: my-cool-project.com
secrets:
db_passwd:
description: The normal user database password
length: 8
db_root_passwd:
description: The root user database password
length: 8