2017-12-27 15:12:26 +09:00
|
|
|
# uechi.io
|
2017-10-07 11:43:26 +09:00
|
|
|
|
2021-02-13 22:17:45 +09:00
|
|
|
[](https://github.com/uetchy/uechi.io/actions?query=pages)
|
2017-10-07 11:43:26 +09:00
|
|
|
|
2017-12-27 15:12:26 +09:00
|
|
|
## Build
|
2017-10-07 11:43:26 +09:00
|
|
|
|
2022-01-11 15:55:36 +09:00
|
|
|
```bash
|
2021-06-08 16:50:52 +09:00
|
|
|
n 15
|
2021-01-21 21:45:05 +09:00
|
|
|
yarn build
|
2017-10-07 11:43:26 +09:00
|
|
|
```
|
|
|
|
|
|
|
|
## Publish
|
|
|
|
|
2022-01-11 15:55:36 +09:00
|
|
|
```bash
|
2017-10-07 11:43:26 +09:00
|
|
|
git commit -m "New article"
|
|
|
|
git push
|
2022-01-11 15:55:36 +09:00
|
|
|
|
|
|
|
# or
|
|
|
|
|
|
|
|
# brew install drone-cli
|
|
|
|
drone exec --secret-file .drone.secrets
|
2017-10-07 11:43:26 +09:00
|
|
|
```
|