-
Notifications
You must be signed in to change notification settings - Fork 127
enhance deploy framework support #841
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
src/lib/definition.js
Outdated
@@ -428,6 +428,10 @@ function isNasAutoConfig(nasConfig) { | |||
return false; | |||
} | |||
|
|||
function isLogAutoConfig(logConfig) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
isLogAutoConfig => isLogConfigAuto
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done
src/lib/fc.js
Outdated
@@ -1183,6 +1189,32 @@ async function transformLogConfig(logConfig) { | |||
}; | |||
} | |||
|
|||
// make sure sls project and logstore is created | |||
async function doMakeServiceWithSlsRetry(serviceName, options, create, fcClient) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
doMakeServiceWithSlsRetry => retryUntilSlsCreated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done
src/lib/frameworks/egg.js
Outdated
'actions': [ | ||
{ | ||
'condition': true, | ||
'description': 'use npx nuxt to start server', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
这里的描述对么?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done
Uh oh!
There was an error while loading. Please reload this page.