Skip to content

Commit

Permalink
fix(devbox): was not calling the right agent job step
Browse files Browse the repository at this point in the history
  • Loading branch information
arunmathaisk committed Nov 14, 2024
1 parent f487e8f commit 25bd129
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions agent/server.py
Original file line number Diff line number Diff line change
Expand Up @@ -805,6 +805,8 @@ def new_devbox(self, devbox_name, vnc_password, codeserver_password):
codeserver_port=codeserver_port,
browser_port=browser_port,
)
devbox.create_devbox_database_volume()
devbox.create_devbox_home_volume()
devbox.run_devbox()
devbox.setup_nginx()
return {
Expand Down

0 comments on commit 25bd129

Please sign in to comment.