Initial model + some various changes
[recipes.git] / deploy.ps1
index 5a11697..9a47e6b 100644 (file)
@@ -38,8 +38,9 @@ Copy-SSH -source "./target/arm-unknown-linux-gnueabihf/release/recipes" -destina
 Invoke-SSH "rm -rf recipes/static"
 Copy-SSH -source "./backend/static/" -destination "~/recipes/"
 
+Copy-SSH -source "./backend/sql/" -destination "~/recipes/"
+
 Invoke-SSH "chmod u+x recipes/recipes"
-Invoke-SSH "strip recipes/recipes"
 Invoke-SSH "sudo systemctl start recipes"
 
 Write-Output "Deployment finished"