diff options
author | Alan Pearce | 2024-06-29 17:44:30 +0200 |
---|---|---|
committer | Alan Pearce | 2024-06-29 17:44:30 +0200 |
commit | d8dcc119fb9d3707d27c8ad81d74ca069518bd62 (patch) | |
tree | 25fe50819bf48b47b1911c840b8247bd820af8ba /justfile | |
parent | 801c916c2738d24c01c1df26254c4a3f021d9037 (diff) | |
download | gopkgs-d8dcc119fb9d3707d27c8ad81d74ca069518bd62.tar.lz gopkgs-d8dcc119fb9d3707d27c8ad81d74ca069518bd62.tar.zst gopkgs-d8dcc119fb9d3707d27c8ad81d74ca069518bd62.zip |
move output files manually
Diffstat (limited to 'justfile')
-rwxr-xr-x | justfile | 1 |
1 files changed, 1 insertions, 0 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 |