feat: ability to create a project #9
@ -1,3 +1,5 @@
|
||||
#!/bin/bash
|
||||
|
||||
diesel migration run
|
||||
|
||||
supervisord -c /etc/supervisor/conf.d/supervisord.conf
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user
Enhance error handling and logging.
Consider adding error handling to ensure the script exits on failure, and include logging to track the execution flow. This will improve the maintainability and debuggability of the script.