From 10222738a8c7f0112a16d4f155afd3a0c7f32986 Mon Sep 17 00:00:00 2001 From: "Glenn Y. Rolland" Date: Wed, 25 Mar 2020 16:10:20 +0100 Subject: [PATCH] Update sample file according to new config parser --- pushokku.yml.sample | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/pushokku.yml.sample b/pushokku.yml.sample index e024112..0d62d44 100644 --- a/pushokku.yml.sample +++ b/pushokku.yml.sample @@ -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 - mode: dokku-mariadb - + dokku_mariadb: + mode: dokku-mariadb +#