Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 375 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 375 Bytes

implfuture

My personal website, hosted at implfuture.dev.

Building / Running

# local development
ibazel run //server --//:show_drafts

# build and deploy container image
bazel run -c opt //server:push-amd64 --stamp

In order to push to ECR, make sure ~/.docker/config.json contains:

{
  "credsStore": "ecr-login"
}