Commit 0ffb4ea68a834c6836cb4e0b21a901366903e65a
1 parent
905af901
Exists in
master
and in
8 other branches
Fix: git remote repo name
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
script-staging.sh
... | ... | @@ -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 | ... | ... |