refactor to allow for multiple code locations
This commit is contained in:
8
apps/test/sync.sh
Executable file
8
apps/test/sync.sh
Executable file
@@ -0,0 +1,8 @@
|
||||
#!/usr/bin/env bash
|
||||
rsync -av /opt/dagster/src/app/vinyl/ \
|
||||
/Volumes/dagster/src/app/vinyl/ \
|
||||
--include='*.py' \
|
||||
--include='*requirements.txt' \
|
||||
--exclude='__pycache__/' \
|
||||
-progress \
|
||||
--delete $*
|
||||
Reference in New Issue
Block a user