mirror of
https://github.com/Southampton-RSG/breccia-mapper.git
synced 2026-03-03 11:27:09 +00:00
Add way to change deployment configuration options
This commit is contained in:
@@ -56,6 +56,12 @@
|
|||||||
- Caddyfile
|
- Caddyfile
|
||||||
- docker-compose.yml
|
- docker-compose.yml
|
||||||
|
|
||||||
|
- name: Copy settings file
|
||||||
|
ansible.builtin.copy:
|
||||||
|
src: 'settings.ini'
|
||||||
|
dest: '{{ project_src_dir }}/breccia_mapper/settings.ini'
|
||||||
|
mode: 0600
|
||||||
|
|
||||||
- name: Create database file
|
- name: Create database file
|
||||||
ansible.builtin.file:
|
ansible.builtin.file:
|
||||||
path: "{{ project_dir }}/db.sqlite3"
|
path: "{{ project_dir }}/db.sqlite3"
|
||||||
|
|||||||
Reference in New Issue
Block a user