mirror of
https://github.com/khuedoan/homelab.git
synced 2025-01-24 10:02:23 +07:00
Add all files when deploy
This commit is contained in:
parent
b3b579d8cc
commit
64a6df92e7
@ -19,6 +19,7 @@ deploy:
|
||||
git worktree add /tmp/book gh-pages
|
||||
cp -rp book/* /tmp/book/
|
||||
cd /tmp/book \
|
||||
&& git commit --all --message "Updates" || echo "No changes to commit" \
|
||||
&& git add . \
|
||||
&& git commit --message "Updates" || echo "No changes to commit" \
|
||||
&& git push
|
||||
git worktree remove /tmp/book
|
||||
|
Loading…
Reference in New Issue
Block a user