mirror of
https://github.com/certd/certd.git
synced 2026-04-24 04:17:25 +08:00
chore: publish合并
This commit is contained in:
@@ -45,18 +45,14 @@ jobs:
|
|||||||
pnpm install
|
pnpm install
|
||||||
npm run build
|
npm run build
|
||||||
working-directory: ./packages/ui/certd-client
|
working-directory: ./packages/ui/certd-client
|
||||||
- run: |
|
|
||||||
pnpm install
|
|
||||||
working-directory: ./
|
|
||||||
- name: zip_front
|
|
||||||
id: zip_front
|
|
||||||
run: |
|
|
||||||
rm -rf ./packages/ui/certd-client/dist/**/*.gz
|
|
||||||
zip -r ui.zip ./packages/ui/certd-client/dist
|
|
||||||
|
|
||||||
- name: publish_to_atomgit
|
- name: publish_to_atomgit
|
||||||
id: publish_to_atomgit
|
id: publish_to_atomgit
|
||||||
run: |
|
run: |
|
||||||
|
rm -rf ./packages/ui/certd-client/dist/**/*.gz
|
||||||
|
zip -r ui.zip ./packages/ui/certd-client/dist
|
||||||
export ATOMGIT_TOKEN=${{ secrets.ATOMGIT_TOKEN }}
|
export ATOMGIT_TOKEN=${{ secrets.ATOMGIT_TOKEN }}
|
||||||
|
pnpm install
|
||||||
npm run publish_to_atomgit
|
npm run publish_to_atomgit
|
||||||
working-directory: ./
|
working-directory: ./
|
||||||
|
|
||||||
@@ -117,7 +117,6 @@ jobs:
|
|||||||
# registry.cn-shenzhen.aliyuncs.com/handsfree/certd-agent:${{steps.get_certd_version.outputs.result}}
|
# registry.cn-shenzhen.aliyuncs.com/handsfree/certd-agent:${{steps.get_certd_version.outputs.result}}
|
||||||
# greper/certd-agent:latest
|
# greper/certd-agent:latest
|
||||||
# greper/certd-agent:${{steps.get_certd_version.outputs.result}}
|
# greper/certd-agent:${{steps.get_certd_version.outputs.result}}
|
||||||
|
|
||||||
- name: deploy-certd-doc
|
- name: deploy-certd-doc
|
||||||
uses: tyrrrz/action-http-request@master
|
uses: tyrrrz/action-http-request@master
|
||||||
with:
|
with:
|
||||||
@@ -130,4 +129,14 @@ jobs:
|
|||||||
headers: |
|
headers: |
|
||||||
Content-Type: application/json
|
Content-Type: application/json
|
||||||
retry-count: 3
|
retry-count: 3
|
||||||
retry-delay: 5000
|
retry-delay: 5000
|
||||||
|
|
||||||
|
- name: publish_to_atomgit
|
||||||
|
id: publish_to_atomgit
|
||||||
|
run: |
|
||||||
|
rm -rf ./packages/ui/certd-client/dist/**/*.gz
|
||||||
|
zip -r ui.zip ./packages/ui/certd-client/dist
|
||||||
|
export ATOMGIT_TOKEN=${{ secrets.ATOMGIT_TOKEN }}
|
||||||
|
pnpm install
|
||||||
|
npm run publish_to_atomgit
|
||||||
|
working-directory: ./
|
||||||
Reference in New Issue
Block a user