Update .gitea/workflows/build.yml
This commit is contained in:
@@ -89,3 +89,9 @@ jobs:
|
|||||||
sed -i "s|IMAGE_NAME|$DIGEST_IMAGE|g" k8s.yml
|
sed -i "s|IMAGE_NAME|$DIGEST_IMAGE|g" k8s.yml
|
||||||
cat k8s.yml
|
cat k8s.yml
|
||||||
|
|
||||||
|
- uses: danielr1996/kubectl-action@1.0.0
|
||||||
|
name: "Deploy to Cluster"
|
||||||
|
with:
|
||||||
|
kubeconfig: ${{ vars.KUBECONFIG_PA_DEVOPS }}
|
||||||
|
args: apply -f k8s.yml
|
||||||
|
|
||||||
Reference in New Issue
Block a user