Compare commits
2 Commits
fea4db704f
...
b9295ce120
| Author | SHA1 | Date | |
|---|---|---|---|
| b9295ce120 | |||
| e344b84715 |
@@ -34,6 +34,9 @@ jobs:
|
|||||||
#set -x for debugging
|
#set -x for debugging
|
||||||
set -e
|
set -e
|
||||||
cd ${{ gitea.workspace }}
|
cd ${{ gitea.workspace }}
|
||||||
|
echo "Length ENDPOINT_IP: ${#ENDPOINT_IP}"
|
||||||
|
echo "Length SERVICE_PORT: ${#SERVICE_PORT}"
|
||||||
|
echo "Length INGRESS_ROUTES_MATCH: ${#INGRESS_ROUTES_MATCH}"
|
||||||
|
echo "Length INGRESS_TLS_SECRET_NAME: ${#INGRESS_TLS_SECRET_NAME}"
|
||||||
kubectl apply -f ./deploy/deployment.yaml
|
kubectl apply -f ./deploy/deployment.yaml
|
||||||
envsubst < ./deploy/service.template.yaml
|
envsubst < ./deploy/service.template.yaml > /root/tmp.yaml
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user