Skip to content

Storybook: add basic example of usage in UI kit, upgrade version (#309) #11

Storybook: add basic example of usage in UI kit, upgrade version (#309)

Storybook: add basic example of usage in UI kit, upgrade version (#309) #11

name: 'Demo Web deployment'
on:
push:
branches:
- main
paths:
- 'template/apps/web/**'
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Install doctl
uses: digitalocean/action-doctl@v2
with:
token: ${{ secrets.DO_ACCESS_TOKEN }}
- name: Update DigitalOcean App Platform
run: doctl apps create-deployment ${{ secrets.DO_APP_WEB_ID }} --wait