Skip to content

Commit

Permalink
feature(main): add rebot code for logs
Browse files Browse the repository at this point in the history
  • Loading branch information
cuisongliu committed Apr 27, 2023
1 parent 9fdd20d commit dcc008a
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/deploy_cloud.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,10 @@ jobs:
steps:
- name: Expose git commit data
uses: rlespinasse/git-commit-data-action@v1
- name: deploy to cluster
uses: sidhusmart/kubectl@master
- name: Create/Modify deployment
uses: gane5hvarma/kubectl-actions@master
env:
KUBE_CONFIG_DATA: ${{ secrets.CLOUD_KUBECONFIG_BASE64 }}
with:
args: set image --record deployment/webhook-actions webhook-actions=ghcr.io/${{ github.repository_owner }}/gh-rebot:${{ env.GIT_COMMIT_SHORT_SHA }}

args: set image deployment/webhook-actions webhook-actions=ghcr.io/${{ github.repository_owner }}/gh-rebot:${{ env.GIT_COMMIT_SHORT_SHA }}

0 comments on commit dcc008a

Please sign in to comment.