File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments