deployment templates for lichen
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix: use restart instead of up -d after binary upload

authored by

notplants and committed by
notplants
f7ca53fd 29ef43b1

+1 -1
+1 -1
ansible/override.yml
··· 91 91 else 'docker compose' }} 92 92 93 93 - name: Restart the container to pick up the change 94 - command: "{{ lichen_compose_cmd }} up -d {{ lichen_restart_service }}" 94 + command: "{{ lichen_compose_cmd }} restart {{ lichen_restart_service }}" 95 95 args: 96 96 chdir: "{{ lichen_deploy_dir }}" 97 97 changed_when: true