BryanSLam / discord-bot

not weenie corp
MIT License
0 stars 2 forks source link

add CI/CD service #29

Open jonwho opened 6 years ago

jonwho commented 6 years ago

travis is free CI i know for now think you can configure it to also be CD service

steps should be:

  1. add unit tests first
  2. if pr passes tests can merge on master
  3. if master passes tests auto deploy
  4. deploy requires script to run - come up with this script
  5. ideally cloud agnostic and just requires ENV vars to configure deploy
jonwho commented 5 years ago

CI part done with github actions

need to setup deploy yml file