X-Git-Url: http://git.euphorik.ch/index.cgi?a=blobdiff_plain;f=deploy.ps1;h=bd431f01540fca32ea8649e873daf16648981bab;hb=fcb206d160d2588d5210d605191de78120a25879;hp=5635894890b4e37dd826416d9e290621273601b4;hpb=e329e71ea8768a41734a5df03102825fdb88b011;p=valheim_web.git diff --git a/deploy.ps1 b/deploy.ps1 index 5635894..bd431f0 100755 --- a/deploy.ps1 +++ b/deploy.ps1 @@ -20,7 +20,7 @@ if (!(Test-Path -Path $destination)) { strip target/release/valheim_web # To reduce the executable size. Copy-Item target/release/valheim_web -Destination $destination -Copy-Item backend/static -Destination $destination -Recurse -Force +Copy-Item backend/static -Destination $destination -Recurse -Force -Exclude style.css.map # Do not overwrite the configuration. if (!(Test-Path -Path $destination/conf.ron)) {