Skip to content

Commit 48ca5ee

Browse files
committed
whoops
1 parent 338f089 commit 48ca5ee

File tree

3 files changed

+1
-21
lines changed

3 files changed

+1
-21
lines changed

dist/index.js

Lines changed: 0 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/index.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/coolify.ts

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -546,16 +546,6 @@ export default class Coolify {
546546
ephemeral
547547
})
548548
console.log(`Backend service UUID: ${backendServiceUUID}`)
549-
if (backendServiceUUID !== '123') {
550-
return {
551-
serviceUUID: backendServiceUUID,
552-
appUUID: '123',
553-
appURL: `https://${deploymentName}.dev.pawtograder.net`,
554-
supabase_url,
555-
supabase_service_role_key,
556-
supabase_anon_key
557-
}
558-
}
559549

560550
const frontendAppName = `${deploymentName}-frontend`
561551
//If there is already a frontend app with the target name, delete it

0 commit comments

Comments
 (0)