Added presencia deploy

This commit is contained in:
2021-11-27 13:59:40 +01:00
parent 8825c20a5c
commit 250e84d68e
4 changed files with 20 additions and 3 deletions

9
deploy/publish.sh Executable file
View File

@@ -0,0 +1,9 @@
#!/bin/bash
set -e
# BUILD
docker build . -f deploy/Dockerfile -t webhooks:latest
# PUBLISH
docker tag webhooks marc.sastre.cat/webhooks:latest
docker push marc.sastre.cat/webhooks