Skip to content

Commit

Permalink
feat: afterlife test
Browse files Browse the repository at this point in the history
  • Loading branch information
alejandro25262 committed Jun 27, 2024
1 parent 092dcd4 commit c23cef4
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 0 deletions.
28 changes: 28 additions & 0 deletions .github/workflows/publish-widget-cdn.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
name: Publish widget cdn

on:
push:
branches:
- '**'

jobs:
publish:
runs-on: ubuntu-latest
strategy:
matrix:
ruby-version: [3.3.0]
steps:
- name: 👉🏼 Checkout
uses: actions/checkout@v2
with:
# pulls all commits (needed for lerna / semantic release to correctly version) — see https://github.com/lerna/lerna/issues/2542
fetch-depth: 0
- name: Setup Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby-version }}
- name: Install dependencies
run: gem install afterlife
- name: Validate install
run: afterlife --version

2 changes: 2 additions & 0 deletions packages/widget-stencil/.afterlife.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
deploy:
type: cdn

0 comments on commit c23cef4

Please sign in to comment.