FIX: Exclui pasta uploads/ do rsync no deploy (dev e prod) #3
@ -46,6 +46,7 @@ jobs:
|
||||
--exclude='.gitea/' \
|
||||
--exclude='frontend/' \
|
||||
--exclude='backend/' \
|
||||
--exclude='uploads/' \
|
||||
./ "$DEPLOY_PATH"/
|
||||
|
||||
- name: Executar migrations
|
||||
|
||||
@ -46,6 +46,7 @@ jobs:
|
||||
--exclude='.gitea/' \
|
||||
--exclude='frontend/' \
|
||||
--exclude='backend/' \
|
||||
--exclude='uploads/' \
|
||||
./ "$DEPLOY_PATH"/
|
||||
|
||||
- name: Executar migrations
|
||||
|
||||
Loading…
Reference in New Issue
Block a user