Skip to content

Commit

Permalink
feat: return logPath
Browse files Browse the repository at this point in the history
  • Loading branch information
marstamm committed Oct 8, 2024
1 parent 82d5a4a commit aea6513
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/rest.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ async def run():
variables=output.get("variables"),
stdOut=output.get("stdOut"),
log=get_file_content(output.get("logPath")),
logPath=output.get("logPath"),
)

@self.app.route("/deploy", methods=["POST"])
Expand Down

0 comments on commit aea6513

Please sign in to comment.