Drone CI draft.
This commit is contained in:
parent
746afab067
commit
f044a777c4
10
.drone.yml
Normal file
10
.drone.yml
Normal 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
|
|
@ -1,4 +1,7 @@
|
||||||
# Telegram RSS Bot
|
# 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
|
## Setting up virtual environment
|
||||||
|
|
||||||
To be able to isolate project environment we'll use
|
To be able to isolate project environment we'll use
|
||||||
|
|
Loading…
Reference in a new issue