Skip to content

✨ Add best sellers tab #307

✨ Add best sellers tab

✨ Add best sellers tab #307

Workflow file for this run

name: cd
on:
push:
branches:
- master
jobs:
cd:
runs-on: ${{ matrix.os }}
environment: production
strategy:
matrix:
os: [ubuntu-latest]
node: [18]
steps:
- name: Checkout
uses: actions/checkout@master
- name: Setup node env
uses: actions/[email protected]
with:
node-version: ${{ matrix.node }}
- name: Install dependencies
run: yarn
- name: Generate
run: NUXT_APP_BASE_URL=/ yarn generate:production
env:
GA_TRACKING_ID: ${{ vars.GA_TRACKING_ID }}
SENTRY_ORG: ${{ vars.SENTRY_ORG }}
SENTRY_PROJECT: ${{ vars.SENTRY_PROJECT }}
SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_AUTH_TOKEN }}
- name: Deploy
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./.output/public
cname: publish.liker.land