projects
/
valheim_web.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b76be16
)
Avoid copying generated file 'style.css.map'
author
Greg Burri
<greg.burri@gmail.com>
Thu, 11 Mar 2021 12:56:54 +0000
(13:56 +0100)
committer
Greg Burri
<greg.burri@gmail.com>
Thu, 11 Mar 2021 12:56:54 +0000
(13:56 +0100)
deploy.ps1
patch
|
blob
|
history
diff --git
a/deploy.ps1
b/deploy.ps1
index
5635894
..
bd431f0
100755
(executable)
--- 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)) {