Skip to content

bkeane/resume

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Develop

  1. cd vue && npm run dev

Infrastructure

  1. terraform apply

Build & Deploy

this kind of thing is best run via CI/CD.

  1. cd vue
  2. npm run build
  3. aws s3 sync dist/ s3://kaixo.io/v#/
  4. copy index.html to index_v#.html, replacing /dist/ with /v#/ within src
  5. aws s3 cp index_v#.html s3://kaixo.io/index.html