修改为使用 Helm 部署应用程序
github-actions opened this issue · 1 comments
github-actions commented
profiler/.github/workflows/deployment.yml
Line 34 in 8ed2ceb
VERSION=${{ github.event.release.tag_name }}
fi
echo ::set-output name=VERSION::${VERSION}
# TODO 修改为使用 Helm 部署应用程序
- name: deploy to cluster
uses: steebchen/kubectl@v2.0.0
with: # defaults to latest kubectl binary version
github-actions commented
Closed in 214c0d1