1
0
Fork 0
mirror of https://github.com/kou029w/fogtype.com synced 2025-01-18 08:05:02 +00:00
fogtype.com/README.md

20 lines
176 B
Markdown
Raw Permalink Normal View History

2022-12-25 15:19:12 +09:00
# Fogtype
2021-07-18 19:35:25 +09:00
2024-08-04 20:49:26 +09:00
## Runner Registration
2021-07-18 19:35:25 +09:00
2024-08-04 20:49:26 +09:00
```
$ make install
```
2021-07-18 19:35:25 +09:00
2024-08-04 20:49:26 +09:00
secrets.DEPLOY_KEY
: SSH identity file
2021-07-18 19:35:25 +09:00
2024-08-04 20:49:26 +09:00
secrets.KNOWN_HOSTS
: SSH known_hosts file
2021-07-18 19:35:25 +09:00
2024-08-04 20:49:26 +09:00
## Deploy
2021-07-18 19:35:25 +09:00
2024-08-04 20:49:26 +09:00
```
$ make deploy
2021-07-18 19:35:25 +09:00
```