File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff 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`.
159159Currently 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:
1861863. Exoframe removes the old running deployments for current project
187187
188188This 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`.
You can’t perform that action at this time.
0 commit comments