mirror of
https://github.com/loviuz/loviuz-website.git
synced 2025-02-08 15:58:43 +01:00
Aggiunta procedura per deploy FTP
This commit is contained in:
parent
2df39a0aff
commit
c6041a63ca
1
.gitignore
vendored
1
.gitignore
vendored
@ -2,3 +2,4 @@ public
|
||||
resources/_gen
|
||||
themes/*
|
||||
*.lock
|
||||
deploy-ftp.sh
|
4
deploy-ftp-example.sh
Normal file
4
deploy-ftp-example.sh
Normal file
@ -0,0 +1,4 @@
|
||||
#!/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/
|
Loading…
x
Reference in New Issue
Block a user