Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
644d75b828 | ||
|
|
9136396673 | ||
|
|
d1a8a63579 | ||
|
|
5afbb5e642 |
@@ -75,16 +75,16 @@ jobs:
|
|||||||
|
|
||||||
|
|
||||||
- name: k8s Check and Apply New Deployment
|
- name: k8s Check and Apply New Deployment
|
||||||
uses: http://139.9.216.111:3000/bamanker/kubectl@master
|
run: ls
|
||||||
env:
|
uses: http://139.9.216.111:3000/bamanker/steevchen-kubectl@master
|
||||||
KUBE_CONFIG: ${{ secrets.KUBE_CONFIG }}
|
|
||||||
with:
|
with:
|
||||||
args: get pods -A
|
config: ${{ secrets.KUBE_CONFIG }}
|
||||||
# args: apply -f http://${{ secrets.DEVOPS_GITEA_TOKEN }}@/bamanker/myk3sTest/src/branch/master/.deploy/deployment.yml
|
command: get pods -A
|
||||||
- name: k8s Update Deployment
|
## args: apply -f http://${{ secrets.DEVOPS_GITEA_TOKEN }}@/bamanker/myk3sTest/src/branch/master/.deploy/deployment.yml
|
||||||
uses: http://139.9.216.111:3000/bamanker/kubectl@master
|
# - name: k8s Update Deployment
|
||||||
env:
|
# uses: http://139.9.216.111:3000/bamanker/kubectl@master
|
||||||
KUBE_CONFIG: ${{ secrets.KUBE_CONFIG }}
|
# env:
|
||||||
with:
|
# KUBE_CONFIG: ${{ secrets.KUBE_CONFIG }}
|
||||||
args: rollout restart deployment ${{ env.CONTAINER_NAME }}-${{ gitea.ref_name }}
|
# with:
|
||||||
|
# args: rollout restart deployment ${{ env.CONTAINER_NAME }}-${{ gitea.ref_name }}
|
||||||
|
|
||||||
|
|||||||
2
pom.xml
2
pom.xml
@@ -66,8 +66,6 @@
|
|||||||
<configuration>
|
<configuration>
|
||||||
<source>25</source>
|
<source>25</source>
|
||||||
<target>25</target>
|
<target>25</target>
|
||||||
|
|
||||||
|
|
||||||
<annotationProcessorPaths>
|
<annotationProcessorPaths>
|
||||||
<path>
|
<path>
|
||||||
<groupId>org.springframework.boot</groupId>
|
<groupId>org.springframework.boot</groupId>
|
||||||
|
|||||||
Reference in New Issue
Block a user