Skip to content

Commit

Permalink
Try Lost Pixel
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelmior committed Jan 17, 2023
1 parent 2bbe8ee commit 3f5ada3
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 0 deletions.
27 changes: 27 additions & 0 deletions .github/workflows/vrt.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
on: [push]

jobs:
build:
runs-on: ubuntu-latest
name: Lost Pixel

steps:
- name: Checkout
uses: actions/checkout@v3

- name: Setup Node
uses: actions/setup-node@v3
with:
node-version: 16.x
cache: 'yarn'

- name: Install dependencies
run: yarn install

- name: Build next
run: yarn build-storybook

- name: Lost Pixel
uses: lost-pixel/lost-pixel@next
env:
LOST_PIXEL_API_KEY: ${{ secrets.LOST_PIXEL_API_KEY }}
7 changes: 7 additions & 0 deletions lostpixel.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
module.exports = {
storybookShots: {
storybookUrl: './storybook-static',
},
lostPixelProjectId: 'cld08suck0455ke0vt3werogj',
apiKey: process.env.LOST_PIXEL_API_KEY,
};

1 comment on commit 3f5ada3

@vercel
Copy link

@vercel vercel bot commented on 3f5ada3 Jan 17, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.