projects
/
recipes.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b4de158
)
Wrong exe to copy
author
Greg Burri
<greg.burri@gmail.com>
Sun, 11 Aug 2019 20:47:26 +0000
(22:47 +0200)
committer
Greg Burri
<greg.burri@gmail.com>
Sun, 11 Aug 2019 20:47:26 +0000
(22:47 +0200)
deploy.ps1
patch
|
blob
|
history
diff --git
a/deploy.ps1
b/deploy.ps1
index
6d0cad5
..
bd50936
100644
(file)
--- a/
deploy.ps1
+++ b/
deploy.ps1
@@
-15,7
+15,7
@@
if (!(Test-Path -Path $destination)) {
New-Item -ItemType directory -Path $destination
}
-Copy-Item target/release/r
up
-Destination $destination
+Copy-Item target/release/r
ecipes
-Destination $destination
Copy-Item key.secret -Destination $destination
Copy-Item static -Destination $destination -Recurse -Force