Skip to content

Merge branch 'main' of https://github.com/federicociro/bitcoin_bus_bot #1

Merge branch 'main' of https://github.com/federicociro/bitcoin_bus_bot

Merge branch 'main' of https://github.com/federicociro/bitcoin_bus_bot #1

Workflow file for this run

jobs:
deploy:
runs-on: ubuntu-latest
steps:
- name: Check out repository
uses: actions/checkout@v2
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: '3.x'
- name: Install dependencies
run: pip install -r requirements.txt
- name: Run script
env:
TELEGRAM_BOT_TOKEN: ${{ secrets.TELEGRAM_BOT_TOKEN }}
SERVER_IP: ${{ secrets.SERVER_IP }}
SERVER_PORT: ${{ secrets.SERVER_PORT }}
run: python script.py