Drone CI #12

Merged
Miroslavsckaya merged 1 commits from feature_drone into master 2022-05-02 12:32:29 +00:00
2 changed files with 13 additions and 0 deletions

10
.drone.yml Normal file
View File

@ -0,0 +1,10 @@
kind: pipeline
name: default
steps:
- name: environment
image: 'python:3.10-alpine'
commands:
- python -m venv .venv
- source ./.venv/bin/activate
- pip install -r requirements.txt

View File

@ -1,4 +1,7 @@
# Telegram RSS Bot
[![Build Status](https://ci.skobk.in/api/badges/Miroslavsckaya/tg_rss_bot/status.svg)](https://ci.skobk.in/Miroslavsckaya/tg_rss_bot)
## Setting up virtual environment
To be able to isolate project environment we'll use