diff --git a/bundles/hedgedoc/items.py b/bundles/hedgedoc/items.py index 69389a0..b020351 100644 --- a/bundles/hedgedoc/items.py +++ b/bundles/hedgedoc/items.py @@ -45,6 +45,9 @@ directories = { '/opt/hedgedoc/.yarn': { 'owner': 'hedgedoc', 'group': 'hedgedoc', + 'needs': { + 'git_deploy:/opt/hedgedoc', + }, }, }