Fixing deploy script.

pull/344/head
Dessalines 2019-11-22 16:17:20 -08:00
parent f318f0c813
commit 23cb35b6e6
3 changed files with 6 additions and 5 deletions

View File

@ -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

View File

@ -1 +1 @@
pub const VERSION: &'static str = "v0.4.0.7-2-g06f1773";
pub const VERSION: &'static str = "v0.4.0.7-3-gf318f0c";

2
ui/src/version.ts vendored
View File

@ -1 +1 @@
export let version: string = 'v0.4.0.7-2-g06f1773';
export let version: string = 'v0.4.0.7-3-gf318f0c';