Fixing deploy script.

pull/722/head
Dessalines 5 years ago
parent c237b06f90
commit b29f578e31

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

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

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

Loading…
Cancel
Save