website/README.md
2024-04-02 01:22:10 -04:00

25 lines
359 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 docker.io/ianonavy/ianonavy:latest
kubectl -n ianonavy rollout restart deploy/ianonavy
```