make sure master branch exists on backup server
This commit is contained in:
parent
184fd229be
commit
7b6cafe8ad
1 changed files with 1 additions and 1 deletions
|
@ -29,4 +29,4 @@ ExecStart=/bin/bash -euxc ' \
|
|||
git commit --allow-empty -m"backup %i @ `hostname` - `date`"; \
|
||||
echo "be careful: hidden sync functionnality"; \
|
||||
git pull --rebase; \
|
||||
git push origin master'
|
||||
git push -u origin master'
|
||||
|
|
Loading…
Reference in a new issue