Skip to content

chore: format and goji command #19

chore: format and goji command

chore: format and goji command #19

Workflow file for this run

on:
push:
branches: ["main"]
jobs:
build:
runs-on: self-hosted
steps:
- uses: actions/[email protected]
- run: bun install
- run: |
touch .env
echo "${{ secrets.ENV }}" >> .env
- name: Stop all proccess
run: pm2 delete all || true
- name: Start a new process
run: pm2 start "bun src/index.ts"