Edit .onedev-buildspec.yml

This commit is contained in:
Norbert Maciaszek 2025-08-08 17:47:30 +00:00
parent 050295babd
commit 4202ff8e56
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ jobs:
runInContainer: false runInContainer: false
interpreter: !DefaultInterpreter interpreter: !DefaultInterpreter
commands: | commands: |
rsync -av --delete --exclude="node_modules" --exclude="config/db.sql" --exclude="drizzle" ./ /www/wwwroot/moviebox/ rsync -av --delete --exclude="node_modules" --exclude="config/db.sql" --exclude="drizzle" --exclude=".env" ./ /www/wwwroot/moviebox/
useTTY: true useTTY: true
condition: SUCCESSFUL condition: SUCCESSFUL
optional: false optional: false