Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Typing SVG


How to deploy

1. First step

Fork Repo

2. Second Step

Pair Code

🔹️⚕ DEPLOY BOT ON 🔸️
  1. DEPLOY IN HEROKU

Deploy


  1. DEPLOY IN REPLIT

DEPLOY


  1. DEPLOY IN KOYEB

DEPLOY


  1. DEPLOY IN GLITCH

DEPLOY


  1. DEPLOY TO CODESPACE

DEPLOY


  1. DEPLOY TO RENDER

DEPLOY


  1. DEPLOY TO RAILWAY

DEPLOY

6. Github Workflow

Attention! We do not take responsibility if your github account is suspended through this Deploy method, I advise you not to use this workflow deploy method in the latest github accounts, github accounts created a year or more ago have not received the risk of suspension so far, this works It will only be done for 6 hours, you need to update the code to reactivate it.

Copy workflow deploy code below

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


𝗡𝗢𝗧𝗜𝗖𝗘

NB 🚫

I’m not responsible for you messing around and getting your account banned. As long as you don’t modify the source code to fit your idiotic needs, you’re fine. But seriously, don’t go spamming others. I’m tired of repeating this.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

Packages

Used by

Contributors

Languages