fix(ci): exclude all .env* files from rsync delete
All checks were successful
Deploy API-Ubigeo / deploy (push) Successful in 6m59s
All checks were successful
Deploy API-Ubigeo / deploy (push) Successful in 6m59s
This commit is contained in:
@@ -21,7 +21,7 @@ jobs:
|
|||||||
--exclude='.git' \
|
--exclude='.git' \
|
||||||
--exclude='node_modules' \
|
--exclude='node_modules' \
|
||||||
--exclude='dist' \
|
--exclude='dist' \
|
||||||
--exclude='.env' \
|
--exclude='.env*' \
|
||||||
./ /home/deployer/api-ubigeo/
|
./ /home/deployer/api-ubigeo/
|
||||||
|
|
||||||
- name: Build image
|
- name: Build image
|
||||||
|
|||||||
Reference in New Issue
Block a user