Remove an inexistant file
[recipes.git] / deploy.ps1
index bd50936..5ef2355 100644 (file)
@@ -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