Add Dockerfile and main.sh

This commit is contained in:
Tyler Perkins 2022-12-16 18:56:24 -05:00
parent ac6d974c9f
commit d8d8569a00
3 changed files with 15 additions and 1 deletions

5
Dockerfile Normal file
View 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

View File

@ -1,2 +1,6 @@
# drone-ntfy
A Drone plugin for ntfy
A [Drone](https://drone.io) plugin for ntfy.

5
main.sh Normal file
View File

@ -0,0 +1,5 @@
#!/bin/bash
# Main script
# Here we will simply perform a ntfy hit to a nfty server