diff --git a/script-production.sh b/script-production.sh new file mode 100755 index 0000000..d0d4169 --- /dev/null +++ b/script-production.sh @@ -0,0 +1,6 @@ +#!/bin/bash + +gulp clean && gulp build --production +git add --all -f dist/ +git commit -m "Update dist" +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 -- libgit2 0.21.2