Modified deploy script

This commit is contained in:
2021-10-25 13:22:00 +02:00
parent bb4875df80
commit 8825c20a5c

View File

@@ -5,5 +5,5 @@ set -e
docker build . -f deploy/Dockerfile -t webhooks:latest docker build . -f deploy/Dockerfile -t webhooks:latest
# PUBLISH # PUBLISH
docker tag pasta-server marc.sastre.cat/webhooks:latest docker tag webhooks marc.sastre.cat/webhooks:latest
docker push marc.sastre.cat/webhooks docker push marc.sastre.cat/webhooks