Skip to content

fix: rename deploy,yaml to deploy.yaml #1

fix: rename deploy,yaml to deploy.yaml

fix: rename deploy,yaml to deploy.yaml #1

Workflow file for this run

name: Deploy
on:
push:
branches:
- main
workflow_dispatch:
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- name: Set up Node.js
uses: actions/setup-node@v2

Check failure on line 15 in .github/workflows/deploy.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/deploy.yaml

Invalid workflow file

You have an error in your yaml syntax on line 15
with:
node-version: 21
- name: Install bun
run: |
curl -fsSL https://bun.sh/install | bash
source /root/.bashrc
- name: Clone Rin repository
uses: actions/checkout@v2
with:
path: Rin
- name: Install dependencies
run: |
cd Rin/
bun i
- name: Deploy
run: |
cd Rin/
bun server/migrator.ts