X-Git-Url: http://git.euphorik.ch/?p=recipes.git;a=blobdiff_plain;f=deploy.ps1;h=bd50936e82c15480f989807d3fed29ac909ff60d;hp=6d0cad5c9568d3f72e44ab6e79cd24df9ebc9e33;hb=4dcf1f1a22d4e8e8ce14f50051c127b9eed11dca;hpb=b4de1583caa289446a47edff3a5a625b060b0237 diff --git a/deploy.ps1 b/deploy.ps1 index 6d0cad5..bd50936 100644 --- 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/rup -Destination $destination +Copy-Item target/release/recipes -Destination $destination Copy-Item key.secret -Destination $destination Copy-Item static -Destination $destination -Recurse -Force