l
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
Tutorial :- https://youtu.be/H5eBC88o-Xw?si=om_V6lt4HOP-HH4w
Deploy in here
https://github.com/TDD-GANGS/TDD-NEWS
No any Commands
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