Compare commits

...

7 Commits
v0.64 ... v0.75

Author SHA1 Message Date
bamanker
366c38401e debug4
Some checks failed
Build Push and Deploy Image / build (push) Failing after 1m13s
2025-12-25 11:27:04 +08:00
bamanker
b09e99e348 debug3
Some checks failed
Build Push and Deploy Image / build (push) Failing after 1m43s
2025-12-25 11:14:37 +08:00
bamanker
644d75b828 debug2
Some checks failed
Build Push and Deploy Image / build (push) Failing after 0s
2025-12-25 11:09:50 +08:00
bamanker
9136396673 debug
All checks were successful
Build Push and Deploy Image / build (push) Successful in 26s
2025-12-25 10:34:20 +08:00
bamanker
d1a8a63579 修改了deployment.yml文件111
Some checks failed
Build Push and Deploy Image / build (push) Failing after 21s
2025-12-25 10:17:25 +08:00
bamanker
5afbb5e642 修改了deployment.yml文件11
All checks were successful
Build Push and Deploy Image / build (push) Successful in 23s
2025-12-25 10:14:04 +08:00
bamanker
dbf588a8d1 修改了deployment.yml文件1
Some checks failed
Build Push and Deploy Image / build (push) Failing after 48s
2025-12-25 10:05:56 +08:00
2 changed files with 10 additions and 12 deletions

View File

@@ -75,15 +75,15 @@ jobs:
- name: k8s Check and Apply New Deployment
uses: http://139.9.216.111:3000/bamanker/kubectl@master
env:
KUBE_CONFIG: ${{ secrets.KUBE_CONFIG }}
uses: http://139.9.216.111:3000/bamanker/steevchen-kubectl@master
with:
args: apply -f http://${{ secrets.DEVOPS_GITEA_TOKEN }}@/139.9.216.111:3000/bamanker/myk3sTest/src/branch/master/.deploy/deployment.yml
- name: k8s Update Deployment
uses: http://139.9.216.111:3000/bamanker/kubectl@master
env:
KUBE_CONFIG: ${{ secrets.KUBE_CONFIG }}
with:
args: rollout restart deployment ${{ env.CONTAINER_NAME }}-${{ gitea.ref_name }}
config: ${{ secrets.KUBE_CONFIG }}
command: get pods
## args: apply -f http://${{ secrets.DEVOPS_GITEA_TOKEN }}@/bamanker/myk3sTest/src/branch/master/.deploy/deployment.yml
# - name: k8s Update Deployment
# uses: http://139.9.216.111:3000/bamanker/kubectl@master
# env:
# KUBE_CONFIG: ${{ secrets.KUBE_CONFIG }}
# with:
# args: rollout restart deployment ${{ env.CONTAINER_NAME }}-${{ gitea.ref_name }}

View File

@@ -66,8 +66,6 @@
<configuration>
<source>25</source>
<target>25</target>
<annotationProcessorPaths>
<path>
<groupId>org.springframework.boot</groupId>