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