ghost-automation
v0.1.0
Published
CLI script to deploy Ghost sites along with GoDaddy.com DNS
Downloads
2
Readme
ghost-automation
Various tool soft automating ghost hosting
Pre-Requisites
- Godaddy API Key & Secret
- Linux server (tested on Ubuntu 22.04)
- MySQL
- Nginx
- Node
Deploying Ghost to New Subdomain
./bin/deploy-site.sh \
--domain "yourdomain.com" \
--site-name "newsite" \
--ssl-email "[email protected]" \
--godaddy-api-key "yourkey" \
--godaddy-api-secret "yoursecret" \
--mysql-root-password "yourmysqlrootpassword"
This will deploy a new ghost site under /var/www/newsite/
hosted on the domain newsite.yourdomain.com
.