Skip to content

Commit 7968a28

Browse files
committed
Document image deployment options in config
1 parent ef0e971 commit 7968a28

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

docs/Basics.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,14 @@ Config file has the following structure:
120120
// template to be used for project deployment
121121
// undefined by default, detected by server based on file structure
122122
"template": "my-template",
123+
// image to be used to deploy current project
124+
// this option overrides any other type of deployment and makes
125+
// exoframe deploy project using given image name
126+
"image": "",
127+
// image file to load image from
128+
// exoframe will load given tar file into docker daemon before
129+
// execting image deployment
130+
"imageFile": "",
123131
// basic auth, [optional]
124132
// this field allows you to have basic auth to access your deployed service
125133
// format is in user:pwhash

0 commit comments

Comments
 (0)