Added a script to make my three servers pull in the new changes.
This commit is contained in:
parent
553c6c24c2
commit
de8594aee4
1 changed files with 11 additions and 0 deletions
11
push.sh
Executable file
11
push.sh
Executable file
|
@ -0,0 +1,11 @@
|
|||
#!/bin/bash
|
||||
|
||||
places="nicholas@ntietz.com ntietz@neptune.cs.kent.edu ntietz@acm.cs.kent.edu"
|
||||
|
||||
for each in $places
|
||||
do
|
||||
echo "Updating on $each..."
|
||||
ssh $each "cd ~/Repositories/config; git pull"
|
||||
echo "Done."
|
||||
done
|
||||
|
Loading…
Reference in a new issue