This repository has been archived on 2020-08-11. You can view files and clone it, but cannot push or open issues or pull requests.
stack/ghost/run.sh

4 lines
204 B
Bash
Raw Permalink Normal View History

2020-04-30 23:24:13 +00:00
envsubst < /var/lib/ghost/config.production.json > __tmp && mv __tmp /var/lib/ghost/config.production.json
2020-05-04 20:20:33 +00:00
envsubst < /hbs/post.hbs > /var/lib/ghost/content/themes/casper/post.hbs
2020-04-30 23:24:13 +00:00
node "current/index.js"