Move to supply-config style dir
This commit is contained in:
5
.dokku/ansible/create-app.yml
Normal file
5
.dokku/ansible/create-app.yml
Normal file
@ -0,0 +1,5 @@
|
||||
---
|
||||
- hosts: all
|
||||
tasks:
|
||||
- name: Echo test
|
||||
shell: echo 'create-app!'
|
5
.dokku/ansible/post-deploy.yml
Normal file
5
.dokku/ansible/post-deploy.yml
Normal file
@ -0,0 +1,5 @@
|
||||
---
|
||||
- hosts: all
|
||||
tasks:
|
||||
- name: Echo test
|
||||
shell: echo 'post-deploy!'
|
5
.dokku/ansible/pre-deploy.yml
Normal file
5
.dokku/ansible/pre-deploy.yml
Normal file
@ -0,0 +1,5 @@
|
||||
---
|
||||
- hosts: all
|
||||
tasks:
|
||||
- name: Echo test
|
||||
shell: echo 'pre-deploy!'
|
3
.dokku/ansible/requirements.yml
Normal file
3
.dokku/ansible/requirements.yml
Normal file
@ -0,0 +1,3 @@
|
||||
---
|
||||
- src: dokku_bot.ansible_dokku
|
||||
version: v2020.3.15
|
Reference in New Issue
Block a user