feat(docker): add webhook to auto-redeploy on master commit, remove old docker-related files
Build and deploy / deploy (push) Successful in 35s
Build and deploy / deploy (push) Successful in 35s
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
FROM python:3-alpine
|
||||
COPY receive.py /receive.py
|
||||
CMD ["python", "/receive.py"]
|
||||
Reference in New Issue
Block a user