This commit is contained in:
4
.github/workflows/pipeline.yml
vendored
4
.github/workflows/pipeline.yml
vendored
@@ -25,8 +25,8 @@ jobs:
|
|||||||
env:
|
env:
|
||||||
IMAGE_NAME: ${{ vars.IMAGE_NAME }}
|
IMAGE_NAME: ${{ vars.IMAGE_NAME }}
|
||||||
run: |
|
run: |
|
||||||
docker build -q -t $IMAGE_NAME:$GITHUB_RUN_NUMBER .
|
docker build -q -t alexmickelson/$IMAGE_NAME:$GITHUB_RUN_NUMBER .
|
||||||
docker push -q $IMAGE_NAME:$GITHUB_RUN_NUMBER
|
docker push -q alexmickelson/$IMAGE_NAME:$GITHUB_RUN_NUMBER
|
||||||
|
|
||||||
- name: Deploy to Kubernetes
|
- name: Deploy to Kubernetes
|
||||||
env:
|
env:
|
||||||
|
|||||||
@@ -6,6 +6,7 @@ metadata:
|
|||||||
spec:
|
spec:
|
||||||
ingressClassName: nginx
|
ingressClassName: nginx
|
||||||
rules:
|
rules:
|
||||||
|
# ai.alex-kube.duckdns.org
|
||||||
- host: $INGRESS_HOST
|
- host: $INGRESS_HOST
|
||||||
http:
|
http:
|
||||||
paths:
|
paths:
|
||||||
|
|||||||
Reference in New Issue
Block a user