metanohi/scripts/commit.sh

12 lines
137 B
Bash
Raw Normal View History

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
git push
2011-08-01 22:39:41 +02:00
ssh webserverhost 'cd www/meta/nohi/scripts; ./hook_new.sh'
2011-08-12 23:05:10 +02:00
mege feed restart