Commit 4904a6d3d50ca1fc3d5968d68327c2aeea4f7079

Authored by Leonardo Merlin
1 parent a6e5e2d1

Add staging script

Showing 1 changed file with 5 additions and 0 deletions   Show diff stats
script-staging.sh 0 → 100644
... ... @@ -0,0 +1,5 @@
  1 +#!/usr/bin/bash
  2 +
  3 +gulp clean && gulp build --staging
  4 +git add --all -f dist/
  5 +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
... ...