SUPUN MD Logo

Multi Device
WhatsApp Bot || KING-SANDESH-MD

A Powerful WhatsApp Bot Created By Sandesh Bhashana [Mr Unknown] Using Node.Js

Deploy Platforms



DEPLOY CODE

Github Workflow Deploy Code.(6H Limit Break)

name: Node.js CI

on:
  push:
    branches:
      - V-2
  pull_request:
    branches:
      - V-2

concurrency:
  group: ${{ github.workflow }}-${{ github.ref }}
  cancel-in-progress: true

jobs:
  build:
    runs-on: ubuntu-latest

    strategy:
      matrix:
        node-version: [20.x]

    steps:
    - name: Checkout repository
      uses: actions/checkout@v3

    - name: Set up Node.js
      uses: actions/setup-node@v3
      with:
        node-version: ${{ matrix.node-version }}

    - name: Install dependencies
      run: npm install --legacy-peer-deps

    - name: Start application
      run: npm start