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

This commit is contained in:
Giles Bradshaw 2020-04-30 00:34:59 +01:00
parent 1ee5198251
commit f1e19b71ae
2 changed files with 2 additions and 1 deletions

View File

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

View File

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