diff --git a/docker/dev/deploy.sh b/docker/dev/deploy.sh index 90094e213..ba3675f33 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 5b2eb65aa..b0c46f4a6 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 8ef1167fd..8cfc0e3a7 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';