diff options
| author | Anhgelus Morhtuuzh <william@herges.fr> | 2025-12-12 20:28:23 +0100 |
|---|---|---|
| committer | Anhgelus Morhtuuzh <william@herges.fr> | 2025-12-12 20:28:23 +0100 |
| commit | ae297bbd117835304b298e7d8a2f914111940e77 (patch) | |
| tree | e6aeb2ef33b232477020b6bc49fabda6a748592a /push.sh | |
| parent | 517d586fa225181d0f6fd3a36d7b5211b0ef0580 (diff) | |
ci(scripts): push important contents, not everything
Diffstat (limited to 'push.sh')
| -rwxr-xr-x | push.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,3 +1,3 @@ #!/usr/bin/bash -rsync -rvz ./* vps:~/small-web-data/ +rsync -rvz ./{public,data,config.toml,*.sh} vps:~/small-web-data/ |
