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

This commit is contained in:
Giles Bradshaw 2020-04-29 14:48:59 +01:00
parent bb9ab66b5b
commit 2e9c161831
2 changed files with 7 additions and 3 deletions

View File

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

View File

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