workflow deploy chromatic

This commit is contained in:
Ulf Gebhardt 2023-11-22 09:15:45 +01:00
parent 417715278d
commit 85d7be9531
Signed by: ulfgebhardt
GPG Key ID: DA6B843E748679C9

View File

@ -0,0 +1,18 @@
name: "frontend:deploy:chromatic"
on: [push]
#on:
# push:
# branches:
# - master
jobs:
build-and-deploy:
name: Chromatic - Frontend
runs-on: ubuntu-latest
env:
CHROMATIC_PROJECT_TOKEN: ${{ secrets.CHROMATIC_PROJECT_TOKEN }}
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Frontend | Build
run: npm install && npm run chromatic -- --exit-zero-on-changes