CI/CD: Atualização do workflow de deploy para produção

- Troca de branch main para master
This commit is contained in:
Rafael Alves Lopes 2026-05-04 09:14:27 -03:00
parent e4a736fc59
commit 6f75b1645b

View File

@ -16,9 +16,9 @@ jobs:
cd /opt/HUBXGLPI
git fetch origin main
git checkout main
git pull --ff-only origin main
git fetch origin master
git checkout master
git pull --ff-only origin master
npm ci --omit=dev