|
|
@ -29,7 +29,7 @@ steps: |
|
|
- pkill -f short-link-server || true |
|
|
- pkill -f short-link-server || true |
|
|
# nohup 启动,日志输出到 nohup.out |
|
|
# nohup 启动,日志输出到 nohup.out |
|
|
- nohup ./short-link-server > nohup.out 2>&1 & |
|
|
- nohup ./short-link-server > nohup.out 2>&1 & |
|
|
- cd ~ |
|
|
- cd /root |
|
|
- caddy reload |
|
|
- caddy reload |
|
|
depends_on: |
|
|
depends_on: |
|
|
- build-backend |
|
|
- build-backend |
|
|
|