Skip to content

removes sample config file #2

removes sample config file

removes sample config file #2

name: Ploomber Cloud
on:
push:
branches:
# only deploy from the main branch
- main
jobs:
deploy-to-ploomber-cloud:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v2
with:
python-version: '3.11'
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install ploomber-cloud
- name: Deploy
env:
PLOOMBER_CLOUD_KEY: ${{ secrets.PLOOMBER_CLOUD_KEY }}
run: |
ploomber-cloud deploy