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

This commit is contained in:
Giles Bradshaw 2020-04-29 17:09:58 +01:00
parent da2ad1aff9
commit c6f81a83f3
2 changed files with 26 additions and 0 deletions

View File

@ -1,2 +1,5 @@
echo 'substituting index.html'
cat /www/data/index.html
envsubst < /www/data/index.html > /www/data/index.html
cat /www/data/index.html
sh run.sh

View File

@ -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>