Skip to content

Commit

Permalink
Merge branch 'bugfix/render-optimization' of github.com:ONLYOFFICE/Ap…
Browse files Browse the repository at this point in the history
…pServer into bugfix/render-optimization
  • Loading branch information
gopienkonikita committed Aug 18, 2021
2 parents f53d7eb + 5f4b824 commit db15747
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions build/build.static.bat
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ call yarn build
REM call yarn wipe
call yarn deploy

REM copy public files to deploy folder
xcopy public\*.* build\deploy\public\ /E /R /Y

REM copy nginx configurations to deploy folder
xcopy config\nginx\onlyoffice.conf build\deploy\nginx\ /E /R /Y
powershell -Command "(gc build\deploy\nginx\onlyoffice.conf) -replace '#', '' | Out-File -encoding ASCII build\deploy\nginx\onlyoffice.conf"
Expand Down

0 comments on commit db15747

Please sign in to comment.