Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 639 Bytes

File metadata and controls

27 lines (20 loc) · 639 Bytes

bytesized.co

Source for bytesized.co.

bytesized.co is statically generated using Publish, a static site generator written in Swift.

Testing Locally

publish run

Publishing to S3

Manually:

swift run -c release bytesized
swift run -c release bytesized --deploy

With Github Actions:

https://github.com/pvzig/bytesized.co/blob/master/.github/workflows/deploy.yml

Configure the following secrets in Github (/repo/settings/secrets)

  • AWS_S3_BUCKET
  • CLOUDFRONT_DISTRIBUTION_ID
  • AWS_ACCESS_KEY_ID
  • AWS_SECRET_ACCESS_KEY