Skip to content

Commit

Permalink
Merge 16d110e into 1d98eeb
Browse files Browse the repository at this point in the history
  • Loading branch information
mradke committed Feb 14, 2019
2 parents 1d98eeb + 16d110e commit 72cbe31
Showing 1 changed file with 6 additions and 2 deletions.
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`.

0 comments on commit 72cbe31

Please sign in to comment.