Move upload directly into Justfile

This commit is contained in:
Joshua Coles 2024-06-03 17:54:32 +01:00
parent a831c4dcfe
commit 5a9d34ae1a
2 changed files with 1 additions and 5 deletions

View File

@ -1,5 +1,5 @@
upload:
./upload.sh
scp main.pdf cosmos:infrastructure/caddy/files/cv.pdf
build:
latexmk -pdf main.tex

View File

@ -1,4 +0,0 @@
#! /bin/bash
scp main.pdf cosmos:infrastructure/caddy/files/cv.pdf