diff options
| author | William Hergès <william@herges.fr> | 2025-12-07 14:58:13 +0100 |
|---|---|---|
| committer | William Hergès <william@herges.fr> | 2025-12-07 14:58:35 +0100 |
| commit | 1da34bf7dd198f2cf2a287be4262c61e0e54c275 (patch) | |
| tree | dfa584395e90e1e540195a32cec75ba59d668c75 /push.sh | |
| parent | d18485f51156350c02b9b789fe44e14953b51f9b (diff) | |
ci(scripts): push and pull to server
Diffstat (limited to 'push.sh')
| -rwxr-xr-x | push.sh | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -0,0 +1,3 @@ +#!/usr/bin/bash + +rsync -rvz ./* vps:~/small-web-data/ |
