diff --git a/deploy-docker-hub.sh b/deploy-docker-hub.sh index a4f41b2..d1450a1 100755 --- a/deploy-docker-hub.sh +++ b/deploy-docker-hub.sh @@ -4,5 +4,5 @@ rm app/src/main/resources/css-manifest.json rm app/src/main/resources/static/styles* yarn --cwd css run css-purge \ - && docker build -t hubv/simplenotes:dev . \ - && docker push hubv/simplenotes:dev + && docker build -t hubv/simplenotes . \ + && docker push hubv/simplenotes