small fixes
This commit is contained in:
parent
7899461f33
commit
a5fbeb31be
1 changed files with 2 additions and 2 deletions
4
deploy.sh
Normal file → Executable file
4
deploy.sh
Normal file → Executable file
|
@ -20,10 +20,10 @@ cd ~/blog || exit
|
||||||
git checkout "$branch"
|
git checkout "$branch"
|
||||||
git pull
|
git pull
|
||||||
|
|
||||||
cd ~/.dotfiles || exit
|
cd ~/dotfiles || exit
|
||||||
~/website/fix-dotfile-paths.sh
|
~/website/fix-dotfile-paths.sh
|
||||||
emacs --batch -f package-initialize --script ~/website/publish.el
|
emacs --batch -f package-initialize --script ~/website/publish.el
|
||||||
~/website/post-publish.sh
|
~/website/post-publish.sh
|
||||||
|
|
||||||
cp -r "$HOME/public_html/*" "$location"
|
cp -r "public_html/*" "$location"
|
||||||
chown git:git "$location"
|
chown git:git "$location"
|
||||||
|
|
Loading…
Add table
Reference in a new issue