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
|
#!/bin/bash
|
||||||
|
|
||||||
# Start the frontend server
|
|
||||||
bun run server.cjs &
|
|
||||||
|
|
||||||
# Start the nginx server
|
# Start the nginx server
|
||||||
service nginx start
|
service nginx start
|
||||||
|
|
||||||
|
# Start the frontend server
|
||||||
|
bun run server.cjs
|
||||||
|
|
||||||
tail -f /dev/null
|
tail -f /dev/null
|
||||||
|
|
||||||
|
@ -1,9 +1,9 @@
|
|||||||
[supervisord]
|
[supervisord]
|
||||||
nodaemon=true
|
nodaemon=true
|
||||||
|
|
||||||
[program:start]
|
[program:bun]
|
||||||
command=sh /app/start.sh
|
command=sh /app/start.sh
|
||||||
autostart=true
|
autostart=true
|
||||||
autorestart=true
|
autorestart=true
|
||||||
stderr_logfile=/var/log/start.err.log
|
stderr_logfile=/var/bun/run.err.log
|
||||||
stdout_logfile=/var/log/start.out.log
|
stdout_logfile=/var/bun/run.out.log
|
||||||
|
Loading…
Reference in New Issue
Block a user