Skip to content

Merge branch 'main' of github.com:sganis/pyme #9

Merge branch 'main' of github.com:sganis/pyme

Merge branch 'main' of github.com:sganis/pyme #9

Workflow file for this run

name: CI/CD
on:
push:
branches:
- main
workflow_dispatch:
env:
CARGO_TERM_COLOR: always
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
# - name: Setup nodejs
# uses: actions/setup-node@v3
# with:
# node-version: "18.x"
# - name: Install dependencies
# run: npm ci --prefix ./frontend
# - name: Build frontend
# run: npm run build --prefix ./frontend
# - name: Build backend
# run: cargo build --release
# working-directory: rs
# - name: Run tests
# run: cargo test
# working-directory: rs
- name: Deploy to shuttle
uses: shuttle-hq/deploy-action@main
with:
deploy-key: ${{ secrets.SHUTTLE_DEPLOY_KEY }}
# allow-dirty: true
# working-directory: rs
# name: pyme
# no-test: true