Update to 0.5.0

This commit is contained in:
sonny 2024-10-06 21:17:22 +02:00
parent 73784bb21f
commit 23e73ceb60
3 changed files with 6 additions and 2 deletions

View file

@ -20,7 +20,7 @@
git:
repo: '{{ app_repository }}'
dest: '{{ app_dir }}'
version: '{{ app_branch }}'
version: '{{ app_ref }}'
update: true
- name: copy .production.env
@ -33,6 +33,8 @@
project_src: '{{ app_dir }}'
state: absent
# TODO: recreate static volume
- name: start newsreader
docker_compose:
build: true