Skip to content

Commit

Permalink
ci: fix links to static S3 website builds (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
shadowusr authored Apr 9, 2024
1 parent b6020ff commit 6d2ca8a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ jobs:
- run: npm run build-storybook
- run: npm run build
env:
DOCUSAURUS_URL: https://storage.yandexcloud.net
DOCUSAURUS_BASE_URL: ${{ secrets.AWS_S3_BUCKET }}/testplane-docs/website-static/${{ github.run_id }}-${{ github.run_number }}-${{ github.run_attempt }}/
DOCUSAURUS_URL: https://${{ secrets.AWS_S3_BUCKET }}.website.yandexcloud.net
DOCUSAURUS_BASE_URL: testplane-docs/website-static/${{ github.run_id }}-${{ github.run_number }}-${{ github.run_attempt }}/
- name: Upload storybook static
uses: jakejarvis/[email protected]
with:
Expand Down Expand Up @@ -80,8 +80,8 @@ jobs:
message: |
### :white_check_mark: Successfully deployed static
- [Docs website](https://storage.yandexcloud.net/testplane-ci/testplane-docs/website-static/${{ github.run_id }}-${{ github.run_number }}-${{ github.run_attempt }}/index.html)
- [Storybook](https://storage.yandexcloud.net/testplane-ci/testplane-docs/storybook-static/${{ github.run_id }}-${{ github.run_number }}-${{ github.run_attempt }}/index.html)
- [Docs website](https://${{ secrets.AWS_S3_BUCKET }}.website.yandexcloud.net/testplane-docs/website-static/${{ github.run_id }}-${{ github.run_number }}-${{ github.run_attempt }}/)
- [Storybook](https://${{ secrets.AWS_S3_BUCKET }}.website.yandexcloud.net/testplane-docs/storybook-static/${{ github.run_id }}-${{ github.run_number }}-${{ github.run_attempt }}/)
comment_tag: deployment_status

- name: Comment PR that static wasn't deployed on failure
Expand Down

0 comments on commit 6d2ca8a

Please sign in to comment.