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/