Commit ff9d5bca9badb141da4ed154108f4314072dcc0c

Authored by Evandro Junior
1 parent 59bf4dc1
Exists in production

Created script-production.sh

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