Initial model + some various changes
This commit is contained in:
parent
a080d19cb9
commit
108476e355
17 changed files with 1070 additions and 1286 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue