Skip to content

Latest commit

 

History

History
34 lines (20 loc) · 620 Bytes

README.md

File metadata and controls

34 lines (20 loc) · 620 Bytes

ssg-deployer

Server-Side-Generate a site, but it on S3 and hook it up to a url (with clouddlare)

What it does

  1. Crawl a provided site and save the rendered (hydrated) html to outputs/ (and a screenshot)

Before you start

You will need:

  • AWS account with S3
  • Cloudflare account with a domain

Edit the values in env.example and rename to env.production

Usage

Most basic usage:

# basic usage. You will be prompted for input
docker-compose run --rm deployr ansible-playbook

Try out just the SSG

docker-compose run --rm deployr node ssg https://example.com