mirror of
https://github.com/Southampton-RSG/breccia-mapper.git
synced 2026-03-03 03:17:07 +00:00
build: fix database file in deployment
This commit is contained in:
@@ -59,6 +59,11 @@
|
||||
- Caddyfile
|
||||
- docker-compose.yml
|
||||
|
||||
- name: Create database file
|
||||
ansible.builtin.file:
|
||||
path: "{{ project_dir }}/db.sqlite3"
|
||||
state: touch
|
||||
|
||||
- name: Start Docker
|
||||
ansible.builtin.systemd:
|
||||
name: docker
|
||||
|
||||
Reference in New Issue
Block a user