diff --git a/deploy/deploy.sh b/deploy/deploy.sh index c12f879..4915370 100755 --- a/deploy/deploy.sh +++ b/deploy/deploy.sh @@ -5,5 +5,5 @@ set -e docker build . -f deploy/Dockerfile -t webhooks:latest # PUBLISH -docker tag pasta-server marc.sastre.cat/webhooks:latest +docker tag webhooks marc.sastre.cat/webhooks:latest docker push marc.sastre.cat/webhooks