25 lines
359 B
Markdown
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
|
|
```
|