X-Git-Url: http://git.euphorik.ch/?a=blobdiff_plain;f=deploy.ps1;h=5ef235590f261ac515f13e8e8c26f06c3874085c;hb=86477ece5082c40836ca209940c410b21cdf72a6;hp=6d0cad5c9568d3f72e44ab6e79cd24df9ebc9e33;hpb=b830d3cf071acfe2ba724506bfe6fa08fb0811fd;p=recipes.git diff --git a/deploy.ps1 b/deploy.ps1 index 6d0cad5..5ef2355 100644 --- a/deploy.ps1 +++ b/deploy.ps1 @@ -15,8 +15,7 @@ if (!(Test-Path -Path $destination)) { New-Item -ItemType directory -Path $destination } -Copy-Item target/release/rup -Destination $destination -Copy-Item key.secret -Destination $destination +Copy-Item target/release/recipes -Destination $destination Copy-Item static -Destination $destination -Recurse -Force