Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion classes/app.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export class App {
this.generateConfigFile(bot);

// Resolve the full path to deploy.sh relative to this file
const scriptPath = path.resolve(__dirname, "..", "deploy.sh");
const scriptPath = path.resolve(__dirname, "..", "..", "deploy.sh");

// Check if the script exists
if (!fs.existsSync(scriptPath)) {
Expand Down