.
continuous-integration/drone/push Build was killed Details

This commit is contained in:
Giles Bradshaw 2020-05-04 21:20:33 +01:00
förälder d58c50b2dd
incheckning dd110d26f1
2 ändrade filer med 2 tillägg och 2 borttagningar

Visa fil

@ -4,6 +4,6 @@ RUN apt-get update
RUN apt-get install -y gettext
COPY config.production.json /var/lib/ghost/
COPY post.hbs /var/lib/ghost/content/themes/casper/
COPY post.hbs /hbs
COPY run.sh /
CMD ["sh", "/run.sh"]

Visa fil

@ -1,3 +1,3 @@
envsubst < /var/lib/ghost/config.production.json > __tmp && mv __tmp /var/lib/ghost/config.production.json
envsubst < /var/lib/ghost/content/themes/casper/post.hbs > __tmp && mv __tmp /var/lib/ghost/content/themes/casper/post.hbs
envsubst < /hbs/post.hbs > /var/lib/ghost/content/themes/casper/post.hbs
node "current/index.js"