Skip to content

Commit

Permalink
1
Browse files Browse the repository at this point in the history
  • Loading branch information
0pens0 committed Jun 19, 2024
1 parent cc969bf commit 17b12c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/k8sdeploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,5 +40,5 @@ jobs:
docker login ${{ vars.REGISTRY }} -u ${{vars.REGISTRY_USER_NAME}} -p ${{ secrets.RERGISTRY_PASS}}
tanzu project use ${{ vars.PROJECT }}
tanzu space use ${{ vars.SPACE }}
tanzu deploy --only .tanzu/config -y
tanzu deploy --patch --diff -y
- run: echo "🍏 This job's status is ${{ job.status }}."

0 comments on commit 17b12c0

Please sign in to comment.