Skip to content

Commit a98db15

Browse files
authored
Merge pull request #213 from mradke/master
Fix typo and add explicit documentation on how to update the server
2 parents 8ea3c03 + 16d110e commit a98db15

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

docs/Basics.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ Config file has the following structure:
132132
"image": "",
133133
// image file to load image from
134134
// exoframe will load given tar file into docker daemon before
135-
// execting image deployment
135+
// executing image deployment
136136
"imageFile": "",
137137
// basic auth, [optional]
138138
// this field allows you to have basic auth to access your deployed service
@@ -159,7 +159,7 @@ Exoframe stores its config in `~/.exoframe/cli.config.yml`.
159159
Currently it contains list of endpoint URLs with associated usernames and authentication tokens:
160160

161161
```yaml
162-
endpoint: 'http://localhost:8080' # your endpoint URL, defaults to localhost
162+
endpoint: "http://localhost:8080" # your endpoint URL, defaults to localhost
163163
```
164164
165165
## SSH key auth
@@ -186,3 +186,7 @@ The way it works is quite simple:
186186
3. Exoframe removes the old running deployments for current project
187187

188188
This can be used together with deployment tokens to achieve simple continuous deployment for your projects.
189+
190+
### Updating the server
191+
192+
The server can simply be updated by invoking `exoframe update server`.

0 commit comments

Comments
 (0)