Commit ad50b9992b9b89464f69afb74d636f419832acd8
1 parent
503d2d62
Exists in
production
fix script-production.sh
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
script-production.sh
... | ... | @@ -3,4 +3,4 @@ |
3 | 3 | gulp clean && gulp build --production |
4 | 4 | git add --all -f dist/ |
5 | 5 | git commit -m "Update dist" |
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 | |
6 | +echo "Agora falta você dar um push para production" | ... | ... |