fix(ci): exclude all .env* files from rsync delete
All checks were successful
Deploy API-Ubigeo / deploy (push) Successful in 6m59s

This commit is contained in:
Gianpierre Mio
2026-04-09 09:24:57 -05:00
parent 3ef332f073
commit 4bfc5a473e

View File

@@ -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