Skip to content

Cktchanu/TDD-NEWS

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

l

TDD NEWS BOT

Typing SVG


💡 FOLLOW OUR CHANAL

📎 Join Our WhatsApp Channel


👇 DEPLOY NOW 👇

DEPLOY NOW

DEPLOY PLATFORMS

How to deploy

1st Fork the repo

2nd Take session id

3rd Put News sender group jid to config.js

4th Select Deploy Platform and deploy 🤤 enjoy now

Deploy in here

https://github.com/TDD-GANGS/TDD-NEWS

Important Message

No any Commands

Workflow Deploy Code 👇

name: Node.js CI

on:
  push:
    branches:
      - main
  pull_request:
    branches:
      - main

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

    - name: Start application
      run: npm start

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%