fix/cicd #3

Merged
marcio.fernandes merged 62 commits from fix/cicd into master 2025-11-22 17:43:58 +00:00
Showing only changes of commit e344b84715 - Show all commits

View File

@@ -35,5 +35,5 @@ jobs:
set -e set -e
cd ${{ gitea.workspace }} cd ${{ gitea.workspace }}
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
cat /root/tmp.yaml