Skip to content

Commit

Permalink
document what files need config managment
Browse files Browse the repository at this point in the history
  • Loading branch information
CarlFK committed Jul 21, 2016
1 parent 9aa1997 commit 12a89e3
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 8 deletions.
4 changes: 4 additions & 0 deletions TODO.txt
@@ -1,4 +1,8 @@

config management
do this better: veyepar/setup/nodes/encode/push_confs.sh


veyepar:

talk setup checklist-
Expand Down
19 changes: 11 additions & 8 deletions setup/nodes/encode/push_confs.sh
@@ -1,20 +1,23 @@
#!/bin/bash -x
#!/bin/bash -ex

# cd veyepar/dj/
# starting where this lives
cd ../../../dj/

scp local_settings.py $1:veyepar/dj/
scp dj/local_settings.py $1:veyepar/dj/dj

cd scripts
scp pw.py veyepar.cfg \

scp \
veyepar.cfg \
pw.py \
client_secrets.json oauth2-ndv.json \
$1:veyepar/dj/scripts

source veyepar.cfg
rsync -rtvP bling/$client $1:veyepar/dj/scripts/bling

rsync -rtvP bling $1:veyepar/dj/scripts/

rsync -rtvP ~/Videos/veyepar/$client/$show/assets \
$1:Videos/veyepar/$client/$show/
# rsync -rtvP ~/Videos/veyepar/$client/$show/assets \
# $1:Videos/veyepar/$client/$show/



0 comments on commit 12a89e3

Please sign in to comment.