Edit .onedev-buildspec.yml
This commit is contained in:
parent
050295babd
commit
4202ff8e56
|
|
@ -15,7 +15,7 @@ jobs:
|
|||
runInContainer: false
|
||||
interpreter: !DefaultInterpreter
|
||||
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
|
||||
condition: SUCCESSFUL
|
||||
optional: false
|
||||
|
|
|
|||
Loading…
Reference in New Issue