2011-08-12 22:47:08 +02:00
|
|
|
#!/bin/bash
|
2011-08-01 22:39:41 +02:00
|
|
|
|
|
|
|
cd ~/www/meta/nohi
|
|
|
|
|
|
|
|
git commit -a
|
|
|
|
|
2011-08-02 23:08:13 +02:00
|
|
|
git push
|
|
|
|
|
2011-08-01 22:39:41 +02:00
|
|
|
ssh webserverhost 'cd www/meta/nohi/scripts; ./hook_new.sh'
|
|
|
|
|
2011-08-12 22:31:04 +02:00
|
|
|
mege feed
|
|
|
|
|
2011-08-02 23:08:13 +02:00
|
|
|
mege restart
|