mirror of
https://github.com/kou029w/fogtype.com
synced 2025-01-18 08:05:02 +00:00
19 lines
176 B
Markdown
19 lines
176 B
Markdown
# Fogtype
|
|
|
|
## Runner Registration
|
|
|
|
```
|
|
$ make install
|
|
```
|
|
|
|
secrets.DEPLOY_KEY
|
|
: SSH identity file
|
|
|
|
secrets.KNOWN_HOSTS
|
|
: SSH known_hosts file
|
|
|
|
## Deploy
|
|
|
|
```
|
|
$ make deploy
|
|
```
|