Julien Chaumond commited on
Commit
c981310
·
1 Parent(s): 44360bd
Files changed (1) hide show
  1. deploy.sh +9 -0
deploy.sh ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ #!/bin/bash
2
+ git pull
3
+
4
+ # Front
5
+ bower install
6
+ npm install
7
+ grunt
8
+
9
+