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
3
.gitignore
vendored
3
.gitignore
vendored
@ -1,4 +1,5 @@
|
|||||||
public
|
public
|
||||||
resources/_gen
|
resources/_gen
|
||||||
themes/*
|
themes/*
|
||||||
*.lock
|
*.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