Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 6 additions & 2 deletions docs/Basics.md
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ Config file has the following structure:
"image": "",
// image file to load image from
// exoframe will load given tar file into docker daemon before
// execting image deployment
// executing image deployment
"imageFile": "",
// basic auth, [optional]
// this field allows you to have basic auth to access your deployed service
Expand All @@ -159,7 +159,7 @@ Exoframe stores its config in `~/.exoframe/cli.config.yml`.
Currently it contains list of endpoint URLs with associated usernames and authentication tokens:

```yaml
endpoint: 'http://localhost:8080' # your endpoint URL, defaults to localhost
endpoint: "http://localhost:8080" # your endpoint URL, defaults to localhost
```

## SSH key auth
Expand All @@ -186,3 +186,7 @@ The way it works is quite simple:
3. Exoframe removes the old running deployments for current project

This can be used together with deployment tokens to achieve simple continuous deployment for your projects.

### Updating the server

The server can simply be updated by invoking `exoframe update server`.