Skip to content

joemasilotti/masilotti.com

main
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
bin
 
 
 
 
 
 
 
 
 
 
src
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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 install

Development

Start the server and navigate to localhost:4000.

bin/bridgetown start

Deployment

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 to
  • REMOTE_KEY - SSH key
  • REMOTE_KEY_PASS - Password for SSH key
  • REMOTE_PATH - Where the code is deployed on the server
  • REMOTE_USER - authenticated user for the SSH key