projects
/
stakingWatchdog.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ae75a0e
)
Change deployment to 'release'
author
Greg Burri
<greg.burri@gmail.com>
Fri, 29 Sep 2023 18:49:56 +0000
(20:49 +0200)
committer
Greg Burri
<greg.burri@gmail.com>
Fri, 29 Sep 2023 18:49:56 +0000
(20:49 +0200)
deploy.nu
patch
|
blob
|
history
diff --git
a/deploy.nu
b/deploy.nu
index
6945067
..
db0e16b
100644
(file)
--- a/
deploy.nu
+++ b/
deploy.nu
@@
-6,7
+6,7
@@
def main [host: string, destination: string, ssh_key: path] {
let scp_args = [-r -i $ssh_key]
let target = "x86_64-unknown-linux-gnu"
let app_name = "staking_watchdog"
- let build = "
debug
" # "debug" or "release".
+ let build = "
release
" # "debug" or "release".
def invoke_ssh [command: string] {
let args = $ssh_args ++ $command