]> Untitled Git - lemmy.git/blobdiff - docker/prod/deploy.sh
Isomorphic docker (#1124)
[lemmy.git] / docker / prod / deploy.sh
index 3c12df204f989dc33fea59c90b3ce67c62fc92cf..a0a8dd6c77a33cacc48870dd76ec2b88b66384ec 100755 (executable)
@@ -13,8 +13,8 @@ third_semver=$(echo $new_tag | cut -d "." -f 3)
 # Setting the version on the front end
 cd ../../
 # Setting the version on the backend
-echo "pub const VERSION: &str = \"$new_tag\";" > "server/src/version.rs"
-git add "server/src/version.rs"
+echo "pub const VERSION: &str = \"$new_tag\";" > "src/version.rs"
+git add "src/version.rs"
 # Setting the version for Ansible
 echo $new_tag > "ansible/VERSION"
 git add "ansible/VERSION"