always force push on sync to github

This commit is contained in:
Cyryl Płotnicki 2021-04-22 20:34:20 +01:00
parent 07ece6c22b
commit 0013710a51

View file

@ -11,4 +11,4 @@ tasks:
cd dotfiles
GITHUB_TOKEN=`cat ~/.github_token`
git remote add github https://cyplo:$GITHUB_TOKEN@github.com/cyplo/dotfiles.git
git push github master
git push github --all --force