aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJacob Janzen <jacob.a.s.janzen@gmail.com>2024-12-30 10:27:26 -0600
committerJacob Janzen <jacob.a.s.janzen@gmail.com>2024-12-30 10:27:26 -0600
commit3c2fcc4ca9344b7d35c7edeb81535f3c0aa17a3e (patch)
treeb4c9836f0e98d0525138fd7961ab5797b53ed816
parent343878abe9898cccc3ca3b55a6546b839261b3f9 (diff)
copy deploy script to /usr/local/bin
-rwxr-xr-xdeploy.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/deploy.sh b/deploy.sh
index 2f388dd..139f2eb 100755
--- a/deploy.sh
+++ b/deploy.sh
@@ -30,6 +30,8 @@ git checkout "$branch"
git clean -f
git pull
+cp "$HOME/website/deploy.sh" /usr/local/bin
+
cd ~/dotfiles || exit
~/website/fix-dotfile-paths.sh
emacs --batch -f package-initialize --script ~/website/publish.el