Dont forget to fork & star repo
`DEPLOMENT STEPS`
∞ BMB ACCOUNT
⚠️ OPTION ONE
⚠️ OPTION TWO
EASIEST METHOD
Create Account Here:
https://host.talkdrove.com/auth/signup?ref=9535F15A
Then Login Claim 10 coins in wallet section Locate where to deploy your bot You will see a dashboard of bots listed
Click next , next Until you see SUBZERO MD Then click on it
You will be asked to fill in some stuffs like your session Id , and other stuffs on how you want your bot to be ( bot settings ) , it's not hard I added examples
Get session I'd here:
https://bmb-website-deploy.onrender.com/pair
After you're done filling it Click deploy button
If you can't see any deploy button , switch the website to dark mode
It will show
That's all bot connected
MR FRANK OFC
EASIEST METHOD 2
*❄️ Deploy bmb xmd On bot-hosting For Free !*
Specs :
- v2 CPU
- 16GB RAM
Steps to deploy
Step 1
- Go to bot-hosting.co/join and create an account and verify your email too.
Step 2
-
Tap on three dots (as shown in image)
-
Tap on duplicate space (as shown in image)
Step 3
-
Fill your details, e.g., Session ID, Bot Name, owner number etc...
-
Tap on duplicate space shown below
After that wait 10 seconds & your have deployed it successfuly for free 24/7
CREDITS BMB-XMD🎐
by bmb xmd tech
Deploy On Workflow
Copy the workflow codes and then frok the repo edit config add session id then save and now click on repo action tag then click on start new workflow then paste workflow codes name them deploy and save the file
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.
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