projects
/
recipes.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4dcf1f1
)
Remove an inexistant file
author
Greg Burri
<greg.burri@gmail.com>
Sun, 11 Aug 2019 21:04:44 +0000
(23:04 +0200)
committer
Greg Burri
<greg.burri@gmail.com>
Sun, 11 Aug 2019 21:04:44 +0000
(23:04 +0200)
deploy.ps1
patch
|
blob
|
history
diff --git
a/deploy.ps1
b/deploy.ps1
index
bd50936
..
5ef2355
100644
(file)
--- a/
deploy.ps1
+++ b/
deploy.ps1
@@
-16,7
+16,6
@@
if (!(Test-Path -Path $destination)) {
}
Copy-Item target/release/recipes -Destination $destination
-Copy-Item key.secret -Destination $destination
Copy-Item static -Destination $destination -Recurse -Force