Commit 4c9f51181af5b758121b2fff1dea437bf8c83b54
1 parent
5c9b36a6
Exists in
master
and in
8 other branches
script staging para funcionar na minha maquina
Showing
2 changed files
with
3 additions
and
2 deletions
Show diff stats
.gitignore
... | ... | @@ -3,4 +3,4 @@ |
3 | 3 | gulp clean && gulp build --staging |
4 | 4 | git add --all -f dist/ |
5 | 5 | git commit -m "Update dist" |
6 | -git push upstream staging && wget -qO- --no-check-certificate 'ci.serpro/view/Noosfero/job/DialogaApp-Deploy-Homologa%C3%A7%C3%A3o/build?token=DIALOGA_TOKEN' &> /dev/null | |
6 | +git push origin staging && wget -qO- --no-check-certificate 'ci.serpro/view/Noosfero/job/DialogaApp-Deploy-Homologa%C3%A7%C3%A3o/build?token=DIALOGA_TOKEN' &> /dev/null | ... | ... |