Update sample file according to new config parser
This commit is contained in:
parent
ecfc407fbf
commit
10222738a8
1 changed files with 8 additions and 5 deletions
|
@ -1,4 +1,5 @@
|
||||||
---
|
---
|
||||||
|
version: "1"
|
||||||
|
|
||||||
# What to deploy
|
# What to deploy
|
||||||
locals:
|
locals:
|
||||||
|
@ -17,10 +18,12 @@ remotes:
|
||||||
|
|
||||||
# How to deploy
|
# How to deploy
|
||||||
deployments:
|
deployments:
|
||||||
- type: wordpress-image
|
- local: wordpress-image
|
||||||
remote: dokku-shiva-ratri
|
remote: dokku-shiva-ratri
|
||||||
mode: dokku-app
|
dokku_app:
|
||||||
- type: wordpress-database
|
name: dokku-app
|
||||||
|
- local: wordpress-database
|
||||||
remote: dokku-shiva-ratri
|
remote: dokku-shiva-ratri
|
||||||
|
dokku_mariadb:
|
||||||
mode: dokku-mariadb
|
mode: dokku-mariadb
|
||||||
|
#
|
||||||
|
|
Loading…
Reference in a new issue