Skip to content

Azero-NG/hexo-deployer-tcb

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
lib
 
 
 
 
 
 
 
 
 
 
 
 
 
 

guide/教程

guide/教程

hexo-deployer-tcb-static

Tencent CloudBase (TCB) plugin of Hexo

Installation

npm

$ npm install hexo-deployer-tcb-static --save

yarn

$ yarn add hexo-deployer-tcb-static

Options

You can configure in _config.yml as follows:

deploy:
  type: tcb
  secretId: yourSecretId
  secretKey: yourSecretKey
  envId: yourEnvId

For projects that use pipelines, you may not want to expose TCB properties in the project file, so we support getting them through environment variables.

TCB_SECRET_ID=yourSecretId
TCB_SECRET_KEY=yourSecretKey
TCB_ENV_Id=yourEnvId

Environment variables have lower priority than _config.xml configuration

You can get this information from your Tencent Cloud Console.

License

MIT

About

Tencent CloudBase (TCB) plugin of Hexo

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published