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
|
||||
locals:
|
||||
|
@ -17,10 +18,12 @@ remotes:
|
|||
|
||||
# How to deploy
|
||||
deployments:
|
||||
- type: wordpress-image
|
||||
- local: wordpress-image
|
||||
remote: dokku-shiva-ratri
|
||||
mode: dokku-app
|
||||
- type: wordpress-database
|
||||
dokku_app:
|
||||
name: dokku-app
|
||||
- local: wordpress-database
|
||||
remote: dokku-shiva-ratri
|
||||
dokku_mariadb:
|
||||
mode: dokku-mariadb
|
||||
|
||||
#
|
||||
|
|
Loading…
Reference in a new issue