]> Untitled Git - lemmy.git/blobdiff - docker/prod/deploy.sh
Move websocket code into workspace (#107)
[lemmy.git] / docker / prod / deploy.sh
index 94287126c60b97da34e3a8e8d53e4e5377c511d1..7d84738b213de52ae21875779df8ec6201baf3c6 100755 (executable)
@@ -9,8 +9,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\";" > "src/version.rs"
-git add "src/version.rs"
+echo "pub const VERSION: &str = \"$new_tag\";" > "lemmy_api/src/version.rs"
+git add "lemmy_api/src/version.rs"
 # Setting the version for Ansible
 echo $new_tag > "ansible/VERSION"
 git add "ansible/VERSION"