Masilotti.com
This repo holds the code for Masilotti.com.
The site is built with Bridgetown, a next-generation site generator powered by Ruby.
Requirements
Install
git clone git@github.com:joemasilotti/masilotti.com
cd masilotti.com
bundle install
yarn installDevelopment
Start the server and navigate to localhost:4000.
bin/bridgetown startDeployment
The GitHub Action copies builds the site then copies output/ via rsync to a remote server. This is configured via the following actions secrets.
REMOTE_HOST- Server to copy the code toREMOTE_KEY- SSH keyREMOTE_KEY_PASS- Password for SSH keyREMOTE_PATH- Where the code is deployed on the serverREMOTE_USER- authenticated user for the SSH key