website/README.md

25 lines
330 B
Markdown

# ianonavy
Source code for my personal website.
## Requirements
- Docker
## Getting started
See [Scripts to Rule Them All](https://github.com/github/scripts-to-rule-them-all)
```bash
script/server
```
## Publish
```bash
script/cibuild
docker login
docker push ianonavy/ianonavy
kubectl rollout restart deploy/ianonavy
```