Tag Archives: deploy

Ansible 用 Vault 管理敏感资料

导入 Ansible 组态工具,多少会使用明文 (Plain text) 在 Playbooks 里存放敏感资料 (sensitive data) 1,更别说我们还会搭配 Git 版本系统使用,这很可能会造成潜在的资安风险!接下来冻仁将通过 Vault... Read More | Share it now!

Hexo Deployment

Deployment Hexo provides a fast and easy way for deployment. You only need one command to deploy your site to servers. $ hexo deploy Before we start, you have to modify settings in _config.yml. A valid deployment setting must come with type field. For... Read More | Share it now!