Skip to content

Commit

Permalink
chore(ci): add k8s deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
zsq1234 committed Aug 5, 2024
1 parent b2001a1 commit dc70f85
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion .github/workflows/ci-univer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -175,4 +175,16 @@ jobs:
password: ${{ secrets.CR_PAT }}
registry: "univer-acr-registry.cn-shenzhen.cr.aliyuncs.com"
namespace: "univer"
aliyun: 'yes'
aliyun: 'yes'

deploy-k8s:
name: DeployK8s
runs-on: ubuntu-20.04
needs: [build-docker-preview]
steps:
- uses: peter-evans/repository-dispatch@v2
with:
token: ${{ secrets.GH_ACCESS_TOKEN }}
repository: dream-num/helm-chart-private
event-type: dispatch-rocketchat
client-payload: '{"image":"univer-acr-registry-vpc.cn-shenzhen.cr.aliyuncs.com/univer/rocket.chat:${{ needs.release-versions.outputs.gh-docker-tag }}"}'

0 comments on commit dc70f85

Please sign in to comment.