mirror of
https://github.com/Clortox/drone-ntfy.git
synced 2026-03-15 14:08:00 +00:00
Compare commits
12 Commits
d98c930f43
...
Dev
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
628214b057 | ||
|
|
26ae5336e4 | ||
|
|
4a264112f0 | ||
|
|
a1b46c9d90 | ||
|
|
28b4caa7aa | ||
|
|
34bc791186 | ||
|
|
268b776942 | ||
|
|
e93440e203 | ||
|
|
5f63e70f91 | ||
|
|
e6b31c7e30 | ||
|
|
3e56688254 | ||
|
|
311b767a7d |
11
.drone.yml
11
.drone.yml
@@ -15,3 +15,14 @@ steps:
|
||||
when:
|
||||
branch:
|
||||
- main
|
||||
- name: notify
|
||||
image: clortox/drone-ntfy
|
||||
settings:
|
||||
URL: https://ntfy.clortox.com
|
||||
USERNAME: drone
|
||||
PASSWORD:
|
||||
from_secret: ntfy_password
|
||||
TOPIC: drone-builds
|
||||
MESSAGE: Drone-ntfy has finished building!
|
||||
CLICK: https://drone.clortox.com/tyler/drone-ntfy
|
||||
TITLE: Drone (drone-ntfy)
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
FROM apline
|
||||
ADD main.sh /bin/
|
||||
FROM alpine
|
||||
COPY main.sh /bin/
|
||||
RUN chmod +x /bin/main.sh
|
||||
RUN apk -Uuv add curl ca-certificates
|
||||
ENTRYPOINT /bin/main.sh
|
||||
RUN apk -Uuv add curl ca-certificates bash
|
||||
ENTRYPOINT bash /bin/main.sh
|
||||
|
||||
Reference in New Issue
Block a user