.
continuous-integration/drone/push Build is failing Details

This commit is contained in:
Giles Bradshaw 2020-04-29 22:54:25 +01:00
parent 6707abf0e0
commit c2ffce8122
2 changed files with 2 additions and 1 deletions

View File

@ -1,5 +1,5 @@
{
"url": "https://sigyl.com/ghost",
"url": "https://${GIT_DOMAIN}/blog",
"server": {
"port": 2368,
"host": "0.0.0.0"

View File

@ -1 +1,2 @@
envsubst < /var/lib/ghost/config.production.json > __tmp && mv __tmp /var/lib/ghost/config.production.json
node "current/index.js"