From 40ae0ada94b529334021562e6f22293cad13e708 Mon Sep 17 00:00:00 2001 From: Chris Martin Date: Mon, 6 Jan 2025 19:35:02 -0700 Subject: [PATCH] remove outdated deploy script --- deploy.bash | 3 --- readme.md | 4 +--- 2 files changed, 1 insertion(+), 6 deletions(-) delete mode 100644 deploy.bash diff --git a/deploy.bash b/deploy.bash deleted file mode 100644 index a74c657..0000000 --- a/deploy.bash +++ /dev/null @@ -1,3 +0,0 @@ -#! /usr/bin/env bash - -rsync -avz -e 'ssh -p 36411' out/ chris-martin.org:/var/www/chris-martin.org/ diff --git a/readme.md b/readme.md index eaf4277..848200f 100644 --- a/readme.md +++ b/readme.md @@ -6,6 +6,4 @@ Build: This places the built site contents into the `out` directory. -Then deploy: - - bash ./deploy.bash +Commit, then push to `master`.