docs: troubleshooting
This commit is contained in:
parent
1c11d58403
commit
476ebfbbaa
20
README.md
20
README.md
@ -89,6 +89,26 @@ Combine them with the `COMPOSE_FILE` technique:
|
||||
COMPOSE_FILE="compose.yml:compose.auth.yml:compose.private.yml"
|
||||
```
|
||||
|
||||
### Troubleshooting
|
||||
|
||||
#### Site not generating?
|
||||
|
||||
You can manually trigger the site build yourself:
|
||||
|
||||
```
|
||||
abra app run <domain> badger sh
|
||||
sh /root/scripts/deploy.sh
|
||||
```
|
||||
|
||||
#### SSH keys not working?
|
||||
|
||||
You can get in and inspect the SSH keys via the following:
|
||||
|
||||
```
|
||||
abra app run <domain> badger sh
|
||||
ls /root/.ssh
|
||||
```
|
||||
|
||||
## License
|
||||
|
||||
The following starter was made by [@adz](https://adz.garden) for [offline.place](https://offline.place) with the following license:
|
||||
|
Loading…
x
Reference in New Issue
Block a user