This commit is contained in:
@@ -6,7 +6,7 @@ on:
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
runs-on: ubuntu-latest
|
runs-on: self-hosted
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
|
|
||||||
@@ -17,7 +17,3 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
docker build -t gitea.it-microevo.com/Dev/k8s-pilot:latest .
|
docker build -t gitea.it-microevo.com/Dev/k8s-pilot:latest .
|
||||||
docker push gitea.it-microevo.com/Dev/k8s-pilot:latest
|
docker push gitea.it-microevo.com/Dev/k8s-pilot:latest
|
||||||
|
|
||||||
- name: Rolling Restart
|
|
||||||
run: |
|
|
||||||
kubectl rollout restart deployment/k8s-pilot -n k8s-pilot
|
|
||||||
|
|||||||
Reference in New Issue
Block a user