mirror of
https://github.com/Clortox/drone-ntfy.git
synced 2026-03-15 14:08:00 +00:00
Compare commits
1 Commits
pipeline-r
...
d8d8569a00
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
d8d8569a00 |
5
Dockerfile
Normal file
5
Dockerfile
Normal file
@@ -0,0 +1,5 @@
|
||||
FROM apline
|
||||
ADD main.sh /bin/
|
||||
RUN chmod +x /bin/main.sh
|
||||
RUN apk -Uuv add curl ca-certificates
|
||||
ENTRYPOINT /bin/main.sh
|
||||
@@ -1,2 +1,6 @@
|
||||
# drone-ntfy
|
||||
A Drone plugin for ntfy
|
||||
|
||||
A [Drone](https://drone.io) plugin for ntfy.
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user