Skip to content

chore: update mantine to the latest version #23

chore: update mantine to the latest version

chore: update mantine to the latest version #23

name: Demo Web deployment
on:
push:
branches:
- main
paths:
- template/apps/web/**
- template/packages/**
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