Update
This commit is contained in:
parent
fe8f94c4bb
commit
e266e5bacb
4
push.sh
4
push.sh
|
@ -8,15 +8,17 @@ if [[ $? == 0 ]]; then
|
||||||
ping -c 1 10.120.152.1
|
ping -c 1 10.120.152.1
|
||||||
if [[ $? == 0 ]]; then
|
if [[ $? == 0 ]]; then
|
||||||
ip=$ip1
|
ip=$ip1
|
||||||
|
git='work'
|
||||||
fi
|
fi
|
||||||
else
|
else
|
||||||
ping -c 1 192.168.1.250
|
ping -c 1 192.168.1.250
|
||||||
if [[ $? == 0 ]]; then
|
if [[ $? == 0 ]]; then
|
||||||
ip=$ip2
|
ip=$ip2
|
||||||
|
git='origin'
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
||||||
git add . && git commit -m "Update" && git push
|
git add . && git commit -m "Update" && git push $git
|
||||||
|
|
||||||
ssh ${ip} -f '~/update-site.sh'
|
ssh ${ip} -f '~/update-site.sh'
|
||||||
status=$?
|
status=$?
|
||||||
|
|
Loading…
Reference in New Issue