Skip to content

Commit

Permalink
Revert "ci: disable deploy"
Browse files Browse the repository at this point in the history
This reverts commit 74aecc6.
  • Loading branch information
cawa-93 committed Nov 14, 2024
1 parent 74aecc6 commit c2401a5
Showing 1 changed file with 35 additions and 1 deletion.
36 changes: 35 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,41 @@ jobs:
# Qwik Has unresolved upstream issue. So I decided to torn it off for now
# - qwik
# - qwik-ts

deploy:
if: github.event_name == 'push' && github.ref == 'refs/heads/main'
permissions:
contents: write
needs:
- prepare
- compile-and-test
uses: ./.github/workflows/deploy.yml
with:
renderer-template: ${{ matrix.renderer-template }}
app-version: ${{ needs.prepare.outputs.APP_VERSION }}
build-number: ${{ needs.prepare.outputs.COMMIT_TIMESTAMP }}
strategy:
fail-fast: false
matrix:
renderer-template:
- vanilla
- vanilla-ts
- vue
- vue-ts
- react
- react-ts
- react-swc
- react-swc-ts
- preact
- preact-ts
- lit
- lit-ts
- svelte
- svelte-ts
- solid
- solid-ts
# Qwik Has unresolved upstream issue. So I decided to torn it off for now
# - qwik
# - qwik-ts


dependabot:
Expand Down

0 comments on commit c2401a5

Please sign in to comment.