-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
schedule auto-update guithub host jekyll every hour from gandi server
- Loading branch information
ImaCrea
committed
Mar 20, 2014
1 parent
b652a43
commit 9d36438
Showing
3 changed files
with
7 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
# num@period delay(unused) name script... | ||
# | ||
# uncomment to purge files older than 7days in TMP | ||
#1@daily 0 purgetmp find /srv/data/tmp -type f -mtime +7 -delete > /dev/null | ||
|
||
# autoupdate jekyll every hour | ||
1@hourly 0 update cd ~/web/vhosts/git.mailta.pe/ && git pull --rebase && date >> update && git add update && git commit -m "update" && git push |