Skip to content

Commit 2ca633d

Browse files
committed
debugging
1 parent d0487a3 commit 2ca633d

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

dist/index.js

Lines changed: 1 addition & 0 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: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -260,6 +260,7 @@ export default class Coolify {
260260
)
261261
if (deployment) {
262262
if (deployment.status === 'finished') {
263+
console.log(`Deployment ${sha} for app ${appUUID} is finished`)
263264
clearInterval(interval)
264265
clearTimeout(expirationTimeout)
265266
resolve(true)

0 commit comments

Comments
 (0)