metanohi/scripts/commit.sh

8 lines
114 B
Bash
Raw Normal View History

2014-08-02 09:32:02 +02:00
#!/bin/sh
2011-08-01 22:39:41 +02:00
cd ~/www/meta/nohi
git commit -a
git push
2011-08-01 22:39:41 +02:00
ssh webserverhost 'cd www/meta/nohi/scripts; ./hook_new.sh'