Skip to content

Merge pull request #895 from marveldo/feat/restructure-products #3

Merge pull request #895 from marveldo/feat/restructure-products

Merge pull request #895 from marveldo/feat/restructure-products #3

Workflow file for this run

name: Dev Branch Deployment
on:
push:
branches: [dev]
paths-ignore:
- "README.md"
- ".github/workflows/**"
workflow_dispatch:
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Use SSH Action
uses: appleboy/[email protected]
with:
host: ${{ secrets.HOST }}
username: ${{ secrets.USERNAME }}
password: ${{ secrets.PASSWORD }}
script: |
cd boilerplate-python/dev/
git pull origin dev
source .venv/bin/activate
pip install -r requirements.txt
alembic upgrade head