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