Commit from m3o/m3o action

This commit is contained in:
m3o-actions
2021-12-15 11:31:44 +00:00
parent 4620490768
commit c1b77789fa
23 changed files with 1221 additions and 1221 deletions

View File

@@ -56,7 +56,7 @@ func (t *AppService) Resolve(request *ResolveRequest) (*ResolveResponse, error)
}
// Run an app
// Run an app from a source repo. Specify region etc.
func (t *AppService) Run(request *RunRequest) (*RunResponse, error) {
rsp := &RunResponse{}
@@ -72,7 +72,7 @@ func (t *AppService) Status(request *StatusRequest) (*StatusResponse, error) {
}
// Update the app
// Update the app. The latest source code will be downloaded, built and deployed.
func (t *AppService) Update(request *UpdateRequest) (*UpdateResponse, error) {
rsp := &UpdateResponse{}