fix: register new github public remote for selfbot submodule and update workflow to checkout recursively
This commit is contained in:
@@ -12,6 +12,8 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- name: Checkout Repository
|
- name: Checkout Repository
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
with:
|
||||||
|
submodules: recursive
|
||||||
|
|
||||||
- name: Deploy to VPS
|
- name: Deploy to VPS
|
||||||
env:
|
env:
|
||||||
|
|||||||
+1
-1
@@ -1,4 +1,4 @@
|
|||||||
[submodule "vendor/discord.js-selfbot-v13"]
|
[submodule "vendor/discord.js-selfbot-v13"]
|
||||||
path = 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
|
||||||
|
|
||||||
|
|||||||
@@ -21,6 +21,7 @@ WORKDIR /app
|
|||||||
|
|
||||||
# Install dependencies first for better caching
|
# Install dependencies first for better caching
|
||||||
COPY package.json pnpm-lock.yaml pnpm-workspace.yaml* ./
|
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
|
RUN pnpm install --frozen-lockfile
|
||||||
|
|
||||||
# Copy the rest of the application
|
# Copy the rest of the application
|
||||||
|
|||||||
Reference in New Issue
Block a user