try to deploy en nas
Build & Deploy / build (push) Successful in 39s
Build & Deploy / docker (push) Failing after 1s

This commit is contained in:
Kevin
2026-06-28 12:06:48 +02:00
parent 051c3138e2
commit c58d92ff2a
7 changed files with 139 additions and 1 deletions
+8
View File
@@ -0,0 +1,8 @@
FROM alpine:3.19
RUN apk add --no-cache docker-cli netcat-openbsd
COPY deploy-webhook.sh /usr/local/bin/deploy-webhook.sh
RUN chmod +x /usr/local/bin/deploy-webhook.sh
ENTRYPOINT ["/usr/local/bin/deploy-webhook.sh"]