Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 701 Bytes

README.md

File metadata and controls

12 lines (10 loc) · 701 Bytes

CircleCI

Personal Website and deployment architecture

This website deploys to DigitalOcean as a self-hosted droplet

The website

home page

Deployment

  • CI / CD should be done through the CircleCI pipeline
  • Should you need to deploy manually, there is an npm script to do so. Before running the script:
    • Add the SSH_USER and SERVER_IP variable to your environment (ssh user and remote IP addrs.)
    • Run npm run deploy (this will build and deploy your changes)