Skip to content

v1.0.4

v1.0.4 #5

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: Build frontend
uses: actions/setup-node@v3
with:
node-version: "18.x"
- run: npm ci --prefix ./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
- uses: shuttle-hq/deploy-action@main
with:
deploy-key: ${{ secrets.SHUTTLE_DEPLOY_KEY }}
# working-directory: rs
# name: pyme
# no-test: true