fix: register new github public remote for selfbot submodule and update workflow to checkout recursively

This commit is contained in:
MythEclipse
2026-05-17 22:53:13 +07:00
parent 079c6c3399
commit b789655ce9
3 changed files with 4 additions and 1 deletions
+2
View File
@@ -12,6 +12,8 @@ jobs:
steps:
- name: Checkout Repository
uses: actions/checkout@v4
with:
submodules: recursive
- name: Deploy to VPS
env:
+1 -1
View File
@@ -1,4 +1,4 @@
[submodule "vendor/discord.js-selfbot-v13"]
path = vendor/discord.js-selfbot-v13
url = ssh://git@43.134.105.109:22222/exceed/discord.js-selfbot.git
url = https://github.com/MythEclipse/discord.js-selfbot-v13.git
+1
View File
@@ -21,6 +21,7 @@ WORKDIR /app
# Install dependencies first for better caching
COPY package.json pnpm-lock.yaml pnpm-workspace.yaml* ./
COPY vendor/discord.js-selfbot-v13/package.json ./vendor/discord.js-selfbot-v13/package.json
RUN pnpm install --frozen-lockfile
# Copy the rest of the application