diff --git a/deploy.sh b/deploy.sh new file mode 100755 index 0000000000000000000000000000000000000000..181fd96c9dee342327028efb27d82de5951afce4 --- /dev/null +++ b/deploy.sh @@ -0,0 +1,10 @@ +#!/bin/sh + +rsync -rav \ + --delete \ + --exclude "*.mypy_cache/" \ + --exclude "venv/" \ + --exclude ".git/" \ + --exclude "*/__pycache__/" \ + . alya:/local_scratch/galepage/.remi_projects/rl_hm/ + # . server:~/rl_hm_2/