feat(docker): add webhook to auto-redeploy on master commit, remove old docker-related files
Build and deploy / deploy (push) Successful in 35s

This commit is contained in:
2026-07-26 18:07:49 +02:00
parent e9a5eef051
commit eff6f48425
6 changed files with 120 additions and 10 deletions
+3
View File
@@ -0,0 +1,3 @@
FROM python:3-alpine
COPY receive.py /receive.py
CMD ["python", "/receive.py"]