stuff and things
This commit is contained in:
7
runs/env.sh
Executable file
7
runs/env.sh
Executable file
@@ -0,0 +1,7 @@
|
||||
#!/bin/bash
|
||||
script_dir="$( cd "$( dirname "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )"
|
||||
|
||||
echo DEPLOYING FILES
|
||||
cp -r $script_dir/../env/. "$DEV_ENV"
|
||||
[ -d "$script_dir/../env_private/env/" ] && cp -r $script_dir/../env_private/env/. "$DEV_ENV"
|
||||
echo -----------------
|
||||
Reference in New Issue
Block a user