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

This commit is contained in:
Giles Bradshaw 2020-04-29 17:21:18 +01:00
parent c6f81a83f3
commit 2fa373d404
3 changed files with 3 additions and 26 deletions

View File

@ -1,5 +1,5 @@
echo 'substituting index.html'
cat /www/data/index.html
envsubst < /www/data/index.html > /www/data/index.html
echo 'substituting index._html to 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

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