Skip to content

jackdek11/personal-website

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)