projects
/
recipes.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
221d813
)
Build backend from its directory
author
Greg Burri
<greg.burri@gmail.com>
Tue, 1 Apr 2025 21:48:13 +0000
(23:48 +0200)
committer
Greg Burri
<greg.burri@gmail.com>
Tue, 1 Apr 2025 21:48:13 +0000
(23:48 +0200)
deploy.nu
patch
|
blob
|
history
diff --git
a/deploy.nu
b/deploy.nu
index
3972ce0
..
01910aa
100644
(file)
--- a/
deploy.nu
+++ b/
deploy.nu
@@
-21,8
+21,11
@@
def main [host: string, destination: string, ssh_key: path] {
trunk build --release
cd ..
+ cd backend
cargo test
cargo build --target $target --release
+ cd ..
+
invoke_ssh [sudo systemctl stop recipes]
copy_ssh ./target/($target)/release/recipes $destination
invoke_ssh [rm -rf recipes/static]