mirror of
https://github.com/Southampton-RSG/breccia-mapper.git
synced 2026-03-03 03:17:07 +00:00
Add way to change deployment configuration options
This commit is contained in:
@@ -56,6 +56,12 @@
|
||||
- Caddyfile
|
||||
- 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
|
||||
ansible.builtin.file:
|
||||
path: "{{ project_dir }}/db.sqlite3"
|
||||
|
||||
Reference in New Issue
Block a user