Add sample config file
This commit is contained in:
parent
fef05f17a6
commit
3fd02d3761
1 changed files with 26 additions and 0 deletions
26
pushokku.yml.sample
Normal file
26
pushokku.yml.sample
Normal file
|
@ -0,0 +1,26 @@
|
|||
---
|
||||
|
||||
# What to deploy
|
||||
locals:
|
||||
- name: wordpress-image
|
||||
type: dockerimage
|
||||
dockerimage: sans-a-site-v2-wordpress_wordpress
|
||||
- name: wordpress-database
|
||||
type: file
|
||||
file: database.sql
|
||||
|
||||
# Where to deploy
|
||||
remotes:
|
||||
- name: dokku-shiva-ratri
|
||||
user: debian
|
||||
host: shiva-ratri.infra.boldcode.io
|
||||
|
||||
# How to deploy
|
||||
deployments:
|
||||
- type: wordpress-image
|
||||
remote: dokku-shiva-ratri
|
||||
mode: dokku-app
|
||||
- type: wordpress-database
|
||||
remote: dokku-shiva-ratri
|
||||
mode: dokku-mariadb
|
||||
|
Loading…
Reference in a new issue