.
continuous-integration/drone/push Build was killed
Details
continuous-integration/drone/push Build was killed
Details
This commit is contained in:
parent
d58c50b2dd
commit
dd110d26f1
|
@ -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"
|
||||
|
|
Reference in New Issue