【发布时间】:2021-04-15 01:28:18
【问题描述】:
我使用 github 操作将我的网站部署到我的服务器。最后一个 ssh cmd 是npm run start。它最终会输出ready - started server on http://localhost:4000(因为我使用Nextjs)但似乎github不知道它是什么意思并打印:
2021/01/09 14:24:14 Error: command timeout
err: Run Command Timeout!
虽然网站部署成功,但显示Github动作执行失败。 那么如何告诉 github action 已经成功完成了呢?
【问题讨论】:
标签: npm next.js github-actions