Skip to content
This repository has been archived by the owner on Jul 2, 2020. It is now read-only.

Commit

Permalink
fix: deploy (#97)
Browse files Browse the repository at this point in the history
  • Loading branch information
echosoar committed Mar 23, 2020
1 parent ff1bc16 commit d905a79
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions packages/faas-cli/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ const plugins = {
{ mod: '@midwayjs/fcli-plugin-fc', name: 'AliyunFCPlugin' },
],
deploy: [
{ mod: '@midwayjs/fcli-plugin-package', name: 'PackagePlugin' },
{ mod: '@midwayjs/fcli-plugin-deploy', name: 'DeployPlugin' },
{ mod: '@midwayjs/fcli-plugin-fc', name: 'AliyunFCPlugin' },
],
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
service: serverless-midway-test

provider:
name: fc
name: aliyun
runtime: nodejs8
credentials: ./.aliyun_credentials # path must be absolute

Expand Down

0 comments on commit d905a79

Please sign in to comment.