text best_practices

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了text best_practices相关的知识,希望对你有一定的参考价值。

- [ ] Implement CI/CD pipelines
  - [ ] Gitlab CI
    - [ ] Use Runners
  - [ ] Github
    - [ ] Use TravisCI or others
  - [ ] Necessary stages
    - [ ] Build Code
    - [ ] Run Tests
      - [ ] Code quality
      - [ ] Unit testing
      - [ ] End-to-end testing (front-end tests)
    - [ ] Deploy
      - [ ] On develop branch deploy to staging server
      - [ ] On master branch deploy to production server
- [ ] Deployment Options
  - [ ] AWS (recommend using beanstalk service)
  - [ ] Heroku also a good choice
  - [ ] Nanobox (hard to add to gitlab ci, perfect on github)
- [ ] Protect master and develop branchs, only allow merge requests which need to be peer reviwed before aproving the request
- [ ] Use linters on IDEs
- [ ] Use a diferente database for development and production environments
- [ ] USE envionment variables fo sensitive data, keep this on a config file
- [ ] Use docker images for better compatibility and easy configuration

以上是关于text best_practices的主要内容,如果未能解决你的问题,请参考以下文章

恒源云_云GPU服务器如何使用 JupyterLab?

恒源云_云GPU服务器如何使用 Visdom?

库魔法。 text/plain 而不是 text/javascript text/css

<!-- text --> 和 /* text */ 注释有啥区别?

VB中 如何复制Text1.text的字体到剪贴板? 如何剪切?

VB 加减乘除