Commit fd196963 authored by Joanne Hugé's avatar Joanne Hugé

Add deploy script

parent 566dc32f
#!/bin/bash
set -e
GIT_PATH="$HOME/config-amarisoft"
cd $HOME;
cp -nr enb/config/* $GIT_PATH/enb/;
cp -nr mme/config/* $GIT_PATH/mme/;
cd $GIT_PATH;
git reset --hard;
cd $HOME;
rm -rf enb/config && ln -sf $GIT_PATH/enb enb/config;
rm -rf mme/config && ln -sf $GIT_PATH/mme mme/config;
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment