Skip to content

Commit

Permalink
ci: vue demo to staging
Browse files Browse the repository at this point in the history
  • Loading branch information
icaparros-at-wiris committed Oct 5, 2023
1 parent c0b3c30 commit 6b8cb8c
Show file tree
Hide file tree
Showing 8 changed files with 309 additions and 147,670 deletions.
14 changes: 13 additions & 1 deletion .github/workflows/deploy-staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
matrix:
branch: ${{ fromJson(needs.prepare.outputs.branches) }}
editor: ["ckeditor4", "ckeditor5", "froala", "generic", "tinymce5", "tinymce6", "viewer"]
framework: ["html", "angular", "react"]
framework: ["html", "angular", "react", "vue"]
exclude:
- framework: angular
editor: ckeditor4
Expand All @@ -82,6 +82,16 @@ jobs:
editor: viewer
- framework: react
editor: viewer
- framework: vue
editor: tinymce6
- framework: vue
editor: tinymce5
- framework: vue
editor: generic
- framework: vue
editor: froala
- framework: vue
editor: ckeditor4
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
Expand Down Expand Up @@ -156,6 +166,8 @@ jobs:
react)
aws s3 cp demos/react/${{ matrix.editor }}/build s3://wiris-integrations-staging-html/${{ matrix.branch }}/react/${{ matrix.editor }} --recursive
;;
vue)
aws s3 cp demos/vue/${{ matrix.editor }}/dist s3://wiris-integrations-staging-html/${{ matrix.branch }}/vue/${{ matrix.editor }} --recursive
esac
invalidate-cache:
Expand Down
Loading

0 comments on commit 6b8cb8c

Please sign in to comment.