.
continuous-integration/drone/push Build was killed
Details
continuous-integration/drone/push Build was killed
Details
This commit is contained in:
parent
bb9ab66b5b
commit
2e9c161831
|
@ -21,6 +21,10 @@ services:
|
||||||
- BLOG_LOCATION=/blog/
|
- BLOG_LOCATION=/blog/
|
||||||
- CHAT_LOCATION=/chat/
|
- CHAT_LOCATION=/chat/
|
||||||
- REMOTE_LOCATION=/remote/
|
- REMOTE_LOCATION=/remote/
|
||||||
|
- DRONE_SERVER_HOST=$DRONE_SERVER_HOST
|
||||||
|
- TITLE=$TITLE
|
||||||
|
- DESCRIPTION=$DESCRIPTION
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
- letsencrypt-git:/etc/letsencrypt
|
- letsencrypt-git:/etc/letsencrypt
|
||||||
networks:
|
networks:
|
||||||
|
|
|
@ -1,13 +1,13 @@
|
||||||
<h1>SiGyl Ltd</h1>
|
<h1>{TITLE}</h1>
|
||||||
|
|
||||||
Bespoke software development.
|
{DESCRIPTION}
|
||||||
|
|
||||||
<ul>
|
<ul>
|
||||||
<li>
|
<li>
|
||||||
<a href='git/'>git</a>
|
<a href='git/'>git</a>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<a href='https://${DRONE_DOMAIN}/'>drone</a>
|
<a href='https://${DRONE_SERVER_HOST}/'>drone</a>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<a href='blog/'>blog</a>
|
<a href='blog/'>blog</a>
|
||||||
|
|
Reference in New Issue