«modified: .gitea/workflows/deploy.yaml

This commit is contained in:
2025-11-22 04:15:41 +00:00
parent fea4db704f
commit e344b84715

View File

@@ -35,5 +35,5 @@ jobs:
set -e
cd ${{ gitea.workspace }}
kubectl apply -f ./deploy/deployment.yaml
envsubst < ./deploy/service.template.yaml
envsubst < ./deploy/service.template.yaml > /root/tmp.yaml
cat /root/tmp.yaml