.
continuous-integration/drone/push Build was killed
Details
continuous-integration/drone/push Build was killed
Details
This commit is contained in:
parent
da2ad1aff9
commit
c6f81a83f3
|
@ -1,2 +1,5 @@
|
||||||
|
echo 'substituting 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
|
||||||
sh run.sh
|
sh run.sh
|
|
@ -0,0 +1,23 @@
|
||||||
|
<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