.
continuous-integration/drone/push Build was killed 详情

This commit is contained in:
Giles Bradshaw 2020-04-30 00:34:59 +01:00
父节点 1ee5198251
当前提交 f1e19b71ae
共有 2 个文件被更改,包括 2 次插入1 次删除

查看文件

@ -56,6 +56,7 @@ def drone(
), ),
scp(base), scp(base),
pull([ pull([
"ghost",
"ngrok-gitea", "ngrok-gitea",
"letsencrypt-git", "letsencrypt-git",
"letsencrypt-drone", "letsencrypt-drone",

查看文件

@ -5,4 +5,4 @@ RUN apt-get install -y gettext
COPY config.production.json /var/lib/ghost/ COPY config.production.json /var/lib/ghost/
COPY run.sh / COPY run.sh /
CMD ["sh" "run.sh"] CMD ["sh", "/run.sh"]