UNPKG

dreamhost-deployer

Version:

A stylish, interactive CLI tool for deploying websites to DreamHost shared hosting with automated build integration

15 lines 310 B
{ "host": "example.com", "username": "your-username", "remotePath": "/home/your-username/example.com", "localPath": "./dist", "privateKeyPath": "~/.ssh/id_rsa", "targetFolder": "example.com", "webServer": "Apache", "exclude": [ "node_modules", ".git", ".env", ".DS_Store" ] }