diff --git a/.github/workflows/deploy-demo.yml b/.github/workflows/deploy-demo.yml index 46d8e10c9..1dfe06d66 100644 --- a/.github/workflows/deploy-demo.yml +++ b/.github/workflows/deploy-demo.yml @@ -56,3 +56,16 @@ jobs: retry-count: 3 retry-delay: 5000 + - name: deploy-certd-doc + uses: tyrrrz/action-http-request@master + with: + url: ${{ secrets.WEBHOOK_CERTD_DOC }} + method: POST + body: | + { + "CERTD_VERSION": "1.0.0" + } + headers: | + Content-Type: application/json + retry-count: 3 + retry-delay: 5000 \ No newline at end of file diff --git a/.github/workflows/publish-gitee.yaml b/.github/workflows/publish-gitee.yaml new file mode 100644 index 000000000..0014a1222 --- /dev/null +++ b/.github/workflows/publish-gitee.yaml @@ -0,0 +1,35 @@ +name: publish-gitee +on: + push: + branches: ['v2-dev'] + paths: + - "trigger/publish.trigger" +# workflow_run: +# workflows: [ "deploy-demo" ] +# types: +# - completed + +# schedule: +# - # 国际时间 19:17 执行,北京时间3:17 ↙↙↙ 改成你想要每天自动执行的时间 +# - cron: '17 19 * * *' +permissions: + contents: read + packages: write + +jobs: + publish-atomgit: + runs-on: ubuntu-latest + steps: + - name: Checkout Code + uses: actions/checkout@v4 + with: + fetch-depth: 0 + lfs: true + + - name: publish_to_gitee + id: publish_to_gitee + run: | + export GITEE_TOKEN=${{ secrets.GITEE_TOKEN }} + pnpm install + npm run publish_to_gitee + working-directory: ./ \ No newline at end of file diff --git a/.github/workflows/release-image.yml b/.github/workflows/release-image.yml index 5ddfe69fb..436cedb13 100644 --- a/.github/workflows/release-image.yml +++ b/.github/workflows/release-image.yml @@ -130,23 +130,4 @@ jobs: Content-Type: application/json retry-count: 3 retry-delay: 5000 - - - name: publish_to_atomgit - id: publish_to_atomgit - run: | - rootDir=$(pwd) - rm -rf ./packages/ui/certd-client/dist/**/*.gz - cd ./packages/ui/certd-client/dist && zip -r ../../../ui.zip . - cd $rootDir - export ATOMGIT_TOKEN=${{ secrets.ATOMGIT_TOKEN }} - pnpm install - npm run publish_to_atomgit - working-directory: ./ - - - name: publish_to_gitee - id: publish_to_gitee - run: | - export GITEE_TOKEN=${{ secrets.GITEE_TOKEN }} - pnpm install - npm run publish_to_gitee - working-directory: ./ \ No newline at end of file + \ No newline at end of file diff --git a/trigger/release.trigger b/trigger/release.trigger index 0cfbf0888..00750edc0 100644 --- a/trigger/release.trigger +++ b/trigger/release.trigger @@ -1 +1 @@ -2 +3