From adacc5f402ee8f24f4c13b190b1bbdce9f74d95e Mon Sep 17 00:00:00 2001 From: Tyrel Souza Date: Mon, 9 Oct 2023 00:19:05 -0400 Subject: [PATCH] justfile --- index.html | 1 - justfile | 4 ++++ 2 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 justfile diff --git a/index.html b/index.html index f762546..4254666 100644 --- a/index.html +++ b/index.html @@ -4,7 +4,6 @@ - Tyrel Souza's Website diff --git a/justfile b/justfile new file mode 100644 index 0000000..1c51178 --- /dev/null +++ b/justfile @@ -0,0 +1,4 @@ +#!/usr/bin/env -S just --justfile + +upload: + scp -r css/ img/ index.html tyrel.dev:/www/tyrel.dev/