From 8825c20a5cc0460b158c3e7d766b0b265655b8cc Mon Sep 17 00:00:00 2001 From: L'Ajuntament Date: Mon, 25 Oct 2021 13:22:00 +0200 Subject: [PATCH] Modified deploy script --- deploy/deploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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