diff --git a/.gitea/workflows/pipeline.yml b/.github/workflows/pipeline.yml similarity index 97% rename from .gitea/workflows/pipeline.yml rename to .github/workflows/pipeline.yml index 2a8d44f..b00bce5 100644 --- a/.gitea/workflows/pipeline.yml +++ b/.github/workflows/pipeline.yml @@ -30,6 +30,7 @@ jobs: env: KUBECONFIG_CONTENT: ${{ secrets.KUBECONFIG_CONTENT }} AI_TOKEN: ${{ secrets.AI_TOKEN }} + INGRESS_HOST: ${{ vars.INGRESS_HOST }} run: | echo "$KUBECONFIG_CONTENT" > /tmp/elixir-kubeconfig.yml export KUBECONFIG=/tmp/elixir-kubeconfig.yml diff --git a/kubernetes/ingress.yml b/kubernetes/ingress.yml index 68da4ce..6bd6413 100644 --- a/kubernetes/ingress.yml +++ b/kubernetes/ingress.yml @@ -6,7 +6,7 @@ metadata: spec: ingressClassName: nginx rules: - - host: ai-ha.alexmickelson.guru + - host: $INGRESS_HOST http: paths: - path: /