mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2024-08-30 18:12:39 +00:00
fix: deploy
This commit is contained in:
parent
15de98d61c
commit
4348355868
@ -1,10 +1,12 @@
|
||||
#!/bin/bash
|
||||
|
||||
# Start the frontend server
|
||||
bun run server.cjs &
|
||||
|
||||
|
||||
# Start the nginx server
|
||||
service nginx start
|
||||
|
||||
# Start the frontend server
|
||||
bun run server.cjs
|
||||
|
||||
tail -f /dev/null
|
||||
|
||||
|
@ -1,9 +1,9 @@
|
||||
[supervisord]
|
||||
nodaemon=true
|
||||
|
||||
[program:start]
|
||||
[program:bun]
|
||||
command=sh /app/start.sh
|
||||
autostart=true
|
||||
autorestart=true
|
||||
stderr_logfile=/var/log/start.err.log
|
||||
stdout_logfile=/var/log/start.out.log
|
||||
stderr_logfile=/var/bun/run.err.log
|
||||
stdout_logfile=/var/bun/run.out.log
|
||||
|
Loading…
Reference in New Issue
Block a user