Skip to content

Update deno.yml

Update deno.yml #13

Workflow file for this run

# This workflow uses actions that are not certified by GitHub.
# They are provided by a third-party and are governed by
# separate terms of service, privacy policy, and support
# documentation.
# This workflow will install Deno then run `deno lint` and `deno test`.
# For more information see: https://github.com/denoland/setup-deno
name: Deno
on:
push:
branches: ["main"]
permissions:
contents: write
jobs:
test:
runs-on: self-hosted
steps:
- name: Setup repo
uses: actions/checkout@v4
- run: pm2 stop chatbot
- run: pm2 start chatbot