- https://www.youtube.com/watch?v=nJ0L28ZfmUA (Build and deploy with Cloud Run)
- https://medium.com/stackblitz-blog/google-cloud-meet-stackblitz-da13f4e4fc29?1
- https://www.rebex.net/kb/secure-ftp/
- http://community.ovh.com/t/repertoire-sftp-avec-cle-publique-privee/12330/4
- https://www.weblogin.fr/blog/utiliser-des-cles-rsa-pour-se-connecter-a-un-serveur-mutualise-ovh
- https://github.com/git-ftp/git-ftp
- https://github.com/lucasmotta/dploy
- https://github.com/KenorFR/dploy
- https://github.com/yllumi/dploy-red
- https://github.com/deployphp/deployer
- https://github.com/theblackhole/dploy-red
- https://www.npmjs.com/package/gulp-sftp
- https://github.com/gtg092x/gulp-sftp
- https://github.com/teambition/gulp-ssh
- gulpjs/gulp#465
- https://www.npmjs.com/package/gulp-rsync
- https://buddy.works/ftp
- https://deploybot.com
- https://ftploy.com
- https://www.deployhq.com/
- https://vercel.com/
example to deploy on ftp server
- create file: dploy.yaml
- deploy command : dploy alias
deploy_alias:
host: "ftp.domain"
user: "use"
pass: "pwd"
path:
local: "/"
remote: "/folder/"
exclude: [".vscode/**/*.{xml,json,abc}",".idea/**/*.{xml,json,abc}",".gitignore","dploy.yaml","_local/**/*.{html,css,sql,xml,md,php,html,js,json,htaccess}"]