X-Git-Url: http://git.euphorik.ch/?p=recipes.git;a=blobdiff_plain;f=deploy.ps1;h=7b4b5568a1c6b5f92dd47ea4983784091139dc9e;hp=e066f1d6128c10c1f739242d23405a5381c5f86a;hb=33493c8991d8971450fc0eb5114152c9a0faa6b1;hpb=c8d793b76e86f5a2a22ef3d6cdd8cd2bd1636dc3 diff --git a/deploy.ps1 b/deploy.ps1 index e066f1d..7b4b556 100644 --- a/deploy.ps1 +++ b/deploy.ps1 @@ -17,7 +17,7 @@ if (!(Test-Path -Path $destination)) { Copy-Item target/release/recipes -Destination $destination -Copy-Item static -Destination $destination -Recurse -Force +Copy-Item backend/static -Destination $destination -Recurse -Force # Do not overwrite the configuration. if (!(Test-Path -Path $destination/conf.ron)) {