Merge pull request 'FIX: Preflight falhava por causa de pipefail com rsync --version | head -n 1' (#2) from dev into master
Some checks failed
Deploy production / Deploy to production VM (push) Failing after 5s

Reviewed-on: #2
This commit is contained in:
Rafael Alves Lopes 2026-07-15 13:59:39 -03:00
commit 0daefc243c

View File

@ -25,7 +25,7 @@ jobs:
node --version node --version
npm --version npm --version
pm2 --version pm2 --version
rsync --version | head -n 1 rsync --version | head -n 1 || true
- name: Check required secrets - name: Check required secrets
shell: bash shell: bash