Browse Source

Add deploy script

Francois Massonnet 6 years ago
parent
commit
75bc68ee35
1 changed files with 12 additions and 0 deletions
  1. 12 0
      set_version.sh

+ 12 - 0
set_version.sh

@@ -0,0 +1,12 @@
+#!/bin/bash
+
+TAG=3.3.0
+CONF=zenobe
+
+# Deploy
+echo "6" | ./install.sh 
+
+# Configure
+cd ~/modeles/ecearth/ecearth_$TAG/runtime/classic
+../../sources/util/ec-conf/ec-conf -p $CONF config-run.xml
+