itkpi / codewars-bot

Telegram bot for IT KPI clan on Codewars (codewars.com)
0 stars 2 forks source link

Consider Azure Pipelines for CI/CD #20

Open kostya9 opened 5 years ago

kostya9 commented 5 years ago

See https://azure.microsoft.com/en-us/services/devops/pipelines/

pros

Deliverable PoC of full delivery cycle on Azure Pipelines ---OR--- Reasoning why other tool may be better

kostya9 commented 5 years ago

Built a pipeline for building and testing PR submission and aftwerwards merged changes. An example could be found here: https://kostya9.visualstudio.com/codewars-bot/_build/results?buildId=22

Pipeline for release is triggered whenever a new artifact appears built on the master branch. e,g,: https://kostya9.visualstudio.com/codewars-bot/_releaseProgress?_a=release-pipeline-progress&releaseId=3

This is a PoC only, so currently deploys the bot to an azure app service on my personal account