mirror of
https://github.com/loviuz/loviuz-website.git
synced 2024-12-22 21:38:37 +01:00
5 lines
187 B
Bash
5 lines
187 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
hugo --gc --minify
|
||
|
rclone sync --interactive --sftp-host sftp.example.com --sftp-user www-data --sftp-password obscured_password public/ :sftp:/domains/tuosito.it/public_html/
|