CI/CD: Atualização do workflow de deploy para produção
- Troca de branch main para master
This commit is contained in:
parent
e4a736fc59
commit
6f75b1645b
@ -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
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user