Improve update.sh, drone CI is broken
continuous-integration/drone/push Build is passing Details

This commit is contained in:
ekkie 2023-11-21 09:41:41 +01:00
parent ed623a4910
commit 695b891721
1 changed files with 1 additions and 1 deletions

View File

@ -1,2 +1,2 @@
#!/bin/sh
ssh ekkie@tilde.club 'cd ~/ekkie-tilde-club && git pull && TMPDIR=/tmp/ekkie hugo'
ssh ekkie@tilde.club 'cd ~/ekkie-tilde-club && git pull && TMPDIR=/tmp/ekkie hugo && rsync -avzcO --delete public/ ~/public_html/'