diff options
-rwxr-xr-x | justfile | 1 | ||||
-rwxr-xr-x | vanity-imports.toml | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/justfile b/justfile index 37eeaaf..53533c1 100755 --- a/justfile +++ b/justfile @@ -3,3 +3,4 @@ cd: vanity-imports --config vanity-imports.toml + rsync --recursive --delete dist/ /srv/http/go diff --git a/vanity-imports.toml b/vanity-imports.toml index abaa87b..9ab14fa 100755 --- a/vanity-imports.toml +++ b/vanity-imports.toml @@ -1,5 +1,4 @@ domain = "go.alanpearce.eu" -output = "/srv/http/go/" [index] description = "" |