X-Git-Url: http://git.euphorik.ch/?p=recipes.git;a=blobdiff_plain;f=deploy.ps1;h=5ef235590f261ac515f13e8e8c26f06c3874085c;hp=bd50936e82c15480f989807d3fed29ac909ff60d;hb=86477ece5082c40836ca209940c410b21cdf72a6;hpb=4dcf1f1a22d4e8e8ce14f50051c127b9eed11dca diff --git a/deploy.ps1 b/deploy.ps1 index bd50936..5ef2355 100644 --- 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