jdormit-infra/prod/wallabag/packer/Makefile

17 lines
594 B
Makefile
Raw Normal View History

packer-manifest.json: wallabag.json \
scripts/dependencies.sh \
scripts/nginx.sh \
scripts/redis.sh \
scripts/wallabag.sh \
files/wallabag-nginx.conf \
files/entries.json \
2021-01-07 15:48:14 +00:00
files/wallabag-params.yml \
2021-10-05 21:45:53 +00:00
files/clients.sql
packer build wallabag.json
files/wallabag-params.yml: templates/wallabag-params.yml.template
sigil -p -f templates/wallabag-params.yml.template > files/wallabag-params.yml
2021-01-07 15:48:14 +00:00
files/clients.sql: templates/clients.sql.template
sigil -p -f templates/clients.sql.template > files/clients.sql