From b29f578e31e030d6f28cb97a0c57b50cadd36255 Mon Sep 17 00:00:00 2001 From: Dessalines Date: Fri, 22 Nov 2019 16:17:20 -0800 Subject: [PATCH] Fixing deploy script. --- docker/dev/deploy.sh | 7 ++++--- server/src/version.rs | 2 +- ui/src/version.ts | 2 +- 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/docker/dev/deploy.sh b/docker/dev/deploy.sh index 90094e21..ba3675f3 100755 --- a/docker/dev/deploy.sh +++ b/docker/dev/deploy.sh @@ -22,9 +22,6 @@ git add ../prod/docker-compose.yml # The commit git commit -m"Version $new_tag" -git push origin $new_tag -git push - # Registering qemu binaries docker run --rm --privileged multiarch/qemu-user-static:register --reset @@ -52,6 +49,10 @@ docker manifest create dessalines/lemmy:$new_tag \ docker manifest push dessalines/lemmy:$new_tag +# Push +git push origin $new_tag +git push + # Pushing to any ansible deploys cd ../../ansible ansible-playbook lemmy.yml --become diff --git a/server/src/version.rs b/server/src/version.rs index 5b2eb65a..b0c46f4a 100644 --- a/server/src/version.rs +++ b/server/src/version.rs @@ -1 +1 @@ -pub const VERSION: &'static str = "v0.4.0.7-2-g06f1773"; +pub const VERSION: &'static str = "v0.4.0.7-3-gf318f0c"; diff --git a/ui/src/version.ts b/ui/src/version.ts index 8ef1167f..8cfc0e3a 100644 --- a/ui/src/version.ts +++ b/ui/src/version.ts @@ -1 +1 @@ -export let version: string = 'v0.4.0.7-2-g06f1773'; +export let version: string = 'v0.4.0.7-3-gf318f0c'; -- 2.44.1