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

2 lines
130 B
Bash
Raw Normal View History

2020-04-29 21:54:25 +00:00
envsubst < /var/lib/ghost/config.production.json > __tmp && mv __tmp /var/lib/ghost/config.production.json
2020-04-29 21:20:54 +00:00
node "current/index.js"