42 Commits

Author SHA1 Message Date
176d550072 Fix screen session name in deployment script
Corrected the screen session name by adding missing quotes to ensure it is properly recognized and managed during the application deployment.
2024-11-04 18:41:21 +08:00
c59a3817a8 Add logging for application startup
The change redirects the output of the Java application to a log file named `apprun.log` for better tracking and debugging.
2024-11-04 18:38:45 +08:00
4a13ef8677 Ensure screen command always succeeds
Modified the `screen` command to append `; true` ensuring the step does not fail even if no screen session is found, thus making the workflow more robust.
2024-11-04 18:36:26 +08:00
76cc99fae8 Ensure screen command always succeeds
Modified the `screen` command to append `; true` ensuring the step does not fail even if no screen session is found, thus making the workflow more robust.
2024-11-04 18:34:08 +08:00
0f5a67079e Update screen session name variable
Change the screen session name from `JAR_NAME` to `APP_NAME` in the build-deploy workflow to ensure consistency with the application naming convention.
2024-11-04 18:31:48 +08:00
bae94f9f73 补充完整的actions配置 2024-11-04 18:29:22 +08:00
5d2e60c108 补充完整的actions配置 2024-11-04 18:28:58 +08:00
93f5e58257 补充完整的actions配置 2024-11-04 18:25:41 +08:00
ecbc72465f 补充完整的actions配置 2024-11-04 18:24:06 +08:00
f4e1b2f81a 补充完整的actions配置 2024-11-04 18:20:55 +08:00
311be8c2eb 补充完整的actions配置 2024-11-04 18:17:23 +08:00
1ba7b55e0b 补充完整的actions配置 2024-11-04 18:11:43 +08:00
8ad67c6a43 devops各步骤使用中文 2024-11-04 18:08:18 +08:00
f9277e9443 devops各步骤使用中文 2024-11-04 18:03:47 +08:00
77fe8be4a6 devops各步骤使用中文 2024-11-04 18:03:20 +08:00
e5471c27dc devops各步骤使用中文 2024-11-04 17:06:10 +08:00
07c87029db devops各步骤使用中文 2024-11-04 17:05:38 +08:00
bd339b928f devops各步骤使用中文 2024-11-04 17:01:51 +08:00
3c5a3b4c27 重新使用密码方式远程部署 2024-11-04 16:57:00 +08:00
fa5166e7fc 重新使用密码方式远程部署 2024-11-04 16:48:41 +08:00
afcefe40a8 指定打包时的maven版本 2024-11-04 16:38:21 +08:00
fa09874fe0 指定打包时的maven版本 2024-11-04 16:33:38 +08:00
467b0c1086 指定打包时的maven版本 2024-11-04 15:27:48 +08:00
1eca6e7bcf 指定打包时的maven版本 2024-11-04 15:14:00 +08:00
80dc2001de actions编译部署接入测试 2024-11-04 15:06:36 +08:00
a8850ad8a6 移除action runner中的node节点 2024-11-04 14:54:39 +08:00
20aebe0888 移除action runner中的node节点 2024-11-04 14:41:11 +08:00
8271a560fd 移除action runner中的node节点 2024-11-04 14:02:03 +08:00
5048765b98 action测试 2024-11-04 13:52:15 +08:00
4695c1929d action测试 2024-11-04 13:44:51 +08:00
50f9e6194b action测试 2024-11-04 13:41:04 +08:00
9d0724a5a4 action测试 2024-11-04 12:14:21 +08:00
396aaec657 action测试 2024-11-04 11:07:23 +08:00
5b25a2db6c action测试 2024-11-04 11:04:29 +08:00
929740a50e 为checkout设置node环境 2024-11-04 11:01:20 +08:00
8a5661d88b 为checkout设置node环境 2024-11-04 10:58:17 +08:00
7ce5b0c1d6 为checkout设置node环境 2024-11-04 10:57:46 +08:00
90d6c1fa75 修改actions监听的分支名为master 2024-11-04 10:52:45 +08:00
40ad07866e 接入gitea actions 2024-11-04 10:45:26 +08:00
95bfcb1543 接入gitea actions 2024-11-04 10:41:07 +08:00
64962fd11b 接入gitea actions 2024-11-04 10:21:11 +08:00
05754fcea6 init 2024-11-04 09:39:25 +08:00