Update email in conf
[recipes.git] / deploy.ps1
index e066f1d..7b4b556 100644 (file)
@@ -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)) {