add 显示注入后的deployment文件
Some checks failed
Build Push and Deploy Image / build (push) Failing after 1m14s

This commit is contained in:
bamanker
2025-12-26 12:50:09 +08:00
parent 24df5cd7d6
commit f5b1de075f

View File

@@ -44,7 +44,8 @@ jobs:
# 为其他配置文件注入环境变量
- name: Inject envVar
run: |
envsubst < ./deployment-temp.yml > ./deployment.yml
envsubst < ./deployment-temp.yml > ./deployment.yml &&
cat ./deployment.yml
# 构建java项目
- name: Build with Maven