Compare commits

...

7 Commits

Author SHA1 Message Date
p79813206 8ff2ad0d29 更新 .gitea/workflows/junit_test.yml
生产发布 / job1 (push) Failing after 50s Details
2024-06-07 15:45:36 +08:00
p79813206 02a965bfe4 更新 .gitea/workflows/junit_test.yml
生产发布 / job1 (push) Failing after 4s Details
2024-06-07 15:44:06 +08:00
p79813206 b58384b70e 添加 .gitea/workflows/junit_test.yml
生产发布 / job1 (push) Failing after 53s Details
2024-06-07 12:28:43 +08:00
p79813206 af9c8c89a1 添加 .gitea/worflows/java-test.yml 2024-06-07 12:27:34 +08:00
p79813206 99f4e077f4 增加推送事件 2022-09-27 16:07:53 +08:00
p83591604 741a01db3a Merge pull request '123' (#1) from test into master 2022-01-20 17:13:15 +08:00
xiaoxiaoqiong 90873a55d1 test 2022-01-20 17:10:53 +08:00
4 changed files with 57 additions and 0 deletions

View File

@ -0,0 +1,29 @@
# action name
name: 生产发布
# 什么时候触发这个workflow
on:
push:
branches:
- master
jobs:
job1:
# 运行环境
runs-on: 'ubuntu-latest'
steps:
- name: 代码拉取
uses: actions/checkout@v3
- name: 安装java环境
uses: actions/setup-java@v3
with:
distribution: 'jdkfile'
java-version: '11.0.0'
architecture: 'x64'
mvn-toolchain-vendor: 'Oracle'
- name: 执行shell命令
run: 'service nginx restart'
- name: 执行shell命令
run: 'echo env'
- name: scp
uses: appleboy/scp
with:
host: '192.168.1.114'

View File

@ -0,0 +1,26 @@
# action name
name: 生产发布
# 什么时候触发这个workflow
on:
push:
branches:
- master
jobs:
job1:
# 运行环境
runs-on: 'ubuntu-latest'
steps:
- name: 代码拉取
uses: actions/checkout@v3
- name: 安装java环境
uses: actions/setup-java@v3
with:
distribution: 'jdkfile'
java-version: '11.0.0'
architecture: 'x64'
mvn-toolchain-vendor: 'Oracle'
- name: 执行shell命令
run: 'service nginx restart'
- name: 执行shell命令
run: 'echo env'

View File

@ -1,5 +1,6 @@
# 项目简介 # 项目简介
test
1. 此商城项目使用spring cloud 全家桶进行开发 1. 此商城项目使用spring cloud 全家桶进行开发
2. 事务处理使用两种:强一致性(TCC),最终一致性(EDA) 2. 事务处理使用两种:强一致性(TCC),最终一致性(EDA)

1
log.txt Normal file
View File

@ -0,0 +1 @@
git commit log