pathing
This commit is contained in:
1
.github/workflows/apply-kubernetes.yml
vendored
1
.github/workflows/apply-kubernetes.yml
vendored
@@ -28,5 +28,6 @@ jobs:
|
|||||||
COPILOT_TOKEN: ${{ secrets.COPILOT_TOKEN }}
|
COPILOT_TOKEN: ${{ secrets.COPILOT_TOKEN }}
|
||||||
working-directory: /home/github/infrastructure/infrastructure
|
working-directory: /home/github/infrastructure/infrastructure
|
||||||
run: |
|
run: |
|
||||||
|
ls -alh
|
||||||
kubectl apply -f kuberentes/ingress
|
kubectl apply -f kuberentes/ingress
|
||||||
kubectl apply -f kuberentes/proxy-ingress
|
kubectl apply -f kuberentes/proxy-ingress
|
||||||
@@ -31,3 +31,4 @@ metadata:
|
|||||||
spec:
|
spec:
|
||||||
type: ExternalName
|
type: ExternalName
|
||||||
externalName: 100.122.128.107
|
externalName: 100.122.128.107
|
||||||
|
|
||||||
Reference in New Issue
Block a user