.
continuous-integration/drone/push Build was killed
Details
continuous-integration/drone/push Build was killed
Details
This commit is contained in:
parent
b013f4285e
commit
42521ccd0a
|
@ -24,6 +24,8 @@ services:
|
||||||
- DRONE_SERVER_HOST=$DRONE_SERVER_HOST
|
- DRONE_SERVER_HOST=$DRONE_SERVER_HOST
|
||||||
- TITLE=$TITLE
|
- TITLE=$TITLE
|
||||||
- DESCRIPTION=$DESCRIPTION
|
- DESCRIPTION=$DESCRIPTION
|
||||||
|
- DRONE_REPO_LINK=$DRONE_REPO_LINK
|
||||||
|
- DRONE_COMMIT=$DRONE_COMMIT
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
- letsencrypt-git:/etc/letsencrypt
|
- letsencrypt-git:/etc/letsencrypt
|
||||||
|
|
|
@ -19,3 +19,5 @@ ${DESCRIPTION}
|
||||||
<a href='chat/'>chat</a>
|
<a href='chat/'>chat</a>
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
|
<a href='${DRONE_REPO_LINK}/commit/${DRONE_COMMIT}'>${DRONE_REPO_LINK}/commit/${DRONE_COMMIT}</a>
|
Reference in New Issue