diff --git a/Justfile b/Justfile index d3a5900..d83f44f 100644 --- a/Justfile +++ b/Justfile @@ -1,3 +1,7 @@ +release name: + git tag {{name}} + git push origin --tags + upload: scp main.pdf cosmos:infrastructure/caddy/files/cv.pdf