add deploy
This commit is contained in:
parent
075aaf2a39
commit
0bcd07f31a
1 changed files with 2 additions and 1 deletions
|
@ -25,4 +25,5 @@ cd ~/.dotfiles || exit
|
||||||
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 public_html/* "$location"
|
cp -r "$HOME/public_html/*" "$location"
|
||||||
|
chown git:git "$location"
|
||||||
|
|
Loading…
Add table
Reference in a new issue