]> Untitled Git - lemmy.git/commitdiff
Removing unecessary script.
authorDessalines <tyhou13@gmx.com>
Sun, 8 Sep 2019 16:21:52 +0000 (09:21 -0700)
committerDessalines <tyhou13@gmx.com>
Sun, 8 Sep 2019 16:21:52 +0000 (09:21 -0700)
docker/dev/deploy.sh
docker/nocross/docker_update.sh [deleted file]

index edceaa9039e44273113639b3942da6697dfcb56f..0c15727f37c19800ea50bc26b3e8a1217b7956ab 100755 (executable)
@@ -22,10 +22,17 @@ git push origin $new_tag
 git push
 
 # Rebuilding docker
-./docker_update.sh
+docker-compose build
 docker tag dev_lemmy:latest dessalines/lemmy:$new_tag
 docker push dessalines/lemmy:$new_tag
 
+# Rebuilding the docker nocross
+# pushd ../nocross
+# docker-compose build
+# docker tag nocross_lemmy:latest dessalines/lemmy:nocross-$new_tag
+# docker push dessalines/lemmy:$new_tag
+# popd
+
 # Pushing to any ansible deploys
 cd ../../ansible
 ansible-playbook lemmy.yml --become
diff --git a/docker/nocross/docker_update.sh b/docker/nocross/docker_update.sh
deleted file mode 100644 (file)
index 9d0f454..0000000
+++ /dev/null
@@ -1,2 +0,0 @@
-#!/bin/sh
-docker-compose up -d --no-deps --build