From 4904a6d3d50ca1fc3d5968d68327c2aeea4f7079 Mon Sep 17 00:00:00 2001 From: Leonardo Merlin Date: Fri, 18 Sep 2015 16:20:57 -0300 Subject: [PATCH] Add staging script --- script-staging.sh | 5 +++++ 1 file changed, 5 insertions(+), 0 deletions(-) create mode 100644 script-staging.sh diff --git a/script-staging.sh b/script-staging.sh new file mode 100644 index 0000000..e6ea463 --- /dev/null +++ b/script-staging.sh @@ -0,0 +1,5 @@ +#!/usr/bin/bash + +gulp clean && gulp build --staging +git add --all -f dist/ +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 -- libgit2 0.21.2