.
continuous-integration/drone/push Build was killed
Details
continuous-integration/drone/push Build was killed
Details
This commit is contained in:
parent
c6f81a83f3
commit
2fa373d404
|
@ -1,5 +1,5 @@
|
||||||
echo 'substituting index.html'
|
echo 'substituting index._html to index.html'
|
||||||
cat /www/data/index.html
|
cat /www/data/index._html
|
||||||
envsubst < /www/data/index.html > /www/data/index.html
|
envsubst < /www/data/index._html > /www/data/index.html
|
||||||
cat /www/data/index.html
|
cat /www/data/index.html
|
||||||
sh run.sh
|
sh run.sh
|
|
@ -1,23 +0,0 @@
|
||||||
<h1>${TITLE}</h1>
|
|
||||||
|
|
||||||
${DESCRIPTION}
|
|
||||||
|
|
||||||
<ul>
|
|
||||||
<li>
|
|
||||||
<a href='git/'>git</a>
|
|
||||||
</li>
|
|
||||||
<li>
|
|
||||||
<a href='https://${DRONE_SERVER_HOST}/'>drone</a>
|
|
||||||
</li>
|
|
||||||
<li>
|
|
||||||
<a href='blog/'>blog</a>
|
|
||||||
</li>
|
|
||||||
<li>
|
|
||||||
<a href='remote/'>remote</a>
|
|
||||||
</li>
|
|
||||||
<li>
|
|
||||||
<a href='chat/'>chat</a>
|
|
||||||
</li>
|
|
||||||
</ul>
|
|
||||||
|
|
||||||
<a href='${DRONE_REPO_LINK}/commit/${DRONE_COMMIT}'>${DRONE_REPO_LINK}/commit/${DRONE_COMMIT}</a>
|
|
Reference in New Issue