Commit 284757df authored by Joanne Hugé's avatar Joanne Hugé

Add deploy-ue script

parent 708a8131
#!/bin/bash
set -e
GIT_PATH="$HOME/config-amarisoft"
cd $HOME;
cp -nr ue/config/* $GIT_PATH/ue/;
cd $GIT_PATH;
git reset --hard;
cd $HOME;
rm -rf ue/config && ln -sf $GIT_PATH/ue ue/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