Merge pull request 'FIX: Exclui pasta uploads/ do rsync no deploy (dev e prod)' (#3) from fix/media-bugs into dev
All checks were successful
Deploy Dev / Deploy para VM Dev (push) Successful in 6s
All checks were successful
Deploy Dev / Deploy para VM Dev (push) Successful in 6s
Reviewed-on: #3
This commit is contained in:
commit
eacf0f93e5
@ -46,6 +46,7 @@ jobs:
|
|||||||
--exclude='.gitea/' \
|
--exclude='.gitea/' \
|
||||||
--exclude='frontend/' \
|
--exclude='frontend/' \
|
||||||
--exclude='backend/' \
|
--exclude='backend/' \
|
||||||
|
--exclude='uploads/' \
|
||||||
./ "$DEPLOY_PATH"/
|
./ "$DEPLOY_PATH"/
|
||||||
|
|
||||||
- name: Executar migrations
|
- name: Executar migrations
|
||||||
|
|||||||
@ -46,6 +46,7 @@ jobs:
|
|||||||
--exclude='.gitea/' \
|
--exclude='.gitea/' \
|
||||||
--exclude='frontend/' \
|
--exclude='frontend/' \
|
||||||
--exclude='backend/' \
|
--exclude='backend/' \
|
||||||
|
--exclude='uploads/' \
|
||||||
./ "$DEPLOY_PATH"/
|
./ "$DEPLOY_PATH"/
|
||||||
|
|
||||||
- name: Executar migrations
|
- name: Executar migrations
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user