Remove an inexistant file
authorGreg Burri <greg.burri@gmail.com>
Sun, 11 Aug 2019 21:04:44 +0000 (23:04 +0200)
committerGreg Burri <greg.burri@gmail.com>
Sun, 11 Aug 2019 21:04:44 +0000 (23:04 +0200)
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 target/release/recipes -Destination $destination
-Copy-Item key.secret -Destination $destination
 
 Copy-Item static -Destination $destination -Recurse -Force
 
 
 Copy-Item static -Destination $destination -Recurse -Force