Compare commits

...

2 Commits

Author SHA1 Message Date
Tyler Perkins d525955889 Update drone yml to notify
continuous-integration/drone/push Build is passing Details
2022-12-17 19:45:25 -05:00
Tyler Perkins 0503f54617 Add drone to footer 2022-12-17 19:45:04 -05:00
2 changed files with 12 additions and 0 deletions

View File

@ -15,3 +15,14 @@ steps:
script:
- cd /home/tyler/docker/site-container
- ./update.sh
- name: notify
image: clortox/drone-ntfy
settings:
URL: https://ntfy.clortox.com
USERNAME: drone
PASSWORD:
from_secret: ntfy_password
TOPIC: drone-builds
MESSAGE: Site build done!
CLICK: https://drone.clortox.com/tyler/site
TITLE: Drone build

View File

@ -19,6 +19,7 @@
<a href="https://git.clortox.com" target="_blank" rel="noopener noreferrer">Git</a>
<a href="https://wiki.clortox.com" target="_blank" rel="noopener noreferrer">Wiki</a>
<a href="https://files.clortox.com" target="_blank" rel="noopener noreferrer">Files</a>
<a href="https://drone.clortox.com" target="_blank" rel="noopener noreferrer">Drone (CI/CD)</a>
</div>
</div>
</div>