From c73bcd1a1a035728d48db48971ec9fb4937a151e Mon Sep 17 00:00:00 2001 From: Dessalines Date: Sun, 14 Mar 2021 10:43:50 -0400 Subject: [PATCH] Trying a first docker deploy. --- deploy.sh | 4 ---- 1 file changed, 4 deletions(-) diff --git a/deploy.sh b/deploy.sh index 58d1d7f..3ca9d3a 100755 --- a/deploy.sh +++ b/deploy.sh @@ -2,9 +2,5 @@ new_tag="$1" -# Old deploy -# sudo docker build . --tag dessalines/lemmy-ui:$new_tag -# sudo docker push dessalines/lemmy-ui:$new_tag - git tag $new_tag git push origin $new_tag