Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

chore: bump dependencies 20231013 #42

chore: bump dependencies 20231013

chore: bump dependencies 20231013 #42

Workflow file for this run

name: Release Vitesse App
on:
pull_request:
types: [closed]
jobs:
build-and-release:
if: github.event.pull_request.merged == true && github.base_ref == 'main'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/[email protected]
with:
path: |
~/.cache
key: cypress-cache-${{ runner.os }}-${{ hashFiles('pnpm-lock.yaml') }}
- uses: pnpm/[email protected]
with:
version: latest
- uses: actions/setup-node@v3
with:
node-version: 18
registry-url: https://registry.npmjs.org/
cache: pnpm
- name: Install dependencies
run: pnpm install
- name: Build App
run: pnpm build:prod:ssg
- name: Push assets to CDN
run: |
echo "TODO: Push assets to CDN"
- name: Push Distribution Folder to Remote Host
run: |
echo "TODO: Release App"