Add sample config file

This commit is contained in:
Glenn Y. Rolland 2020-03-15 20:07:56 +01:00
parent fef05f17a6
commit 3fd02d3761

26
pushokku.yml.sample Normal file
View 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