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

This commit is contained in:
Giles Bradshaw 2020-05-04 21:20:33 +01:00
父節點 d58c50b2dd
當前提交 dd110d26f1
共有 2 個文件被更改,包括 2 次插入2 次删除

查看文件

@ -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"]

查看文件

@ -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"