Skip to content

Commit 8a6ea38

Browse files
committed
Update README
1 parent de7c4bd commit 8a6ea38

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
[**Autoblog**](https://autoblog.sofiavanhanen.fi/) is an experimental interface meant to help writers *publish their most authentic thoughts* and readers *make sense of those thoughts in their unique context*. Inspired by [Live machinery](https://www.lesswrong.com/posts/9KamjXbTaQpPnNsxp/live-machinery-interface-design-workshop-for-ai-safety-ea), Autoblog *scales that which used to not be scalable*; That is, nuance, context, and personalization.
44

5-
See the [live demo](https://autoblog.sofiavanhanen.fi/), doubling as project docs, to see what this project is all about.
5+
[Live demo and more info here!](https://autoblog.sofiavanhanen.fi/)
66

77
## Quickstart
88

@@ -20,4 +20,8 @@ Then open http://localhost:3000
2020
```sh
2121
docker build -t autoblog .
2222
docker run -e ANTHROPIC_API_KEY=your_key -p 3000:3000 autoblog
23-
```
23+
```
24+
25+
## CI/CD
26+
27+
A GitHub Action is listening to commits on `main`, building new Docker images, pushing them to Google Cloud Build, and deploying on Google Cloud Run, with the result visible [on my website](https://autoblog.sofiavanhanen.fi/).

0 commit comments

Comments
 (0)