Skip to content

Commit

Permalink
Merge pull request #121 from liam-hq/setup-deployment-for-docs
Browse files Browse the repository at this point in the history
feat: Setup Vercel deployment workflow for docs
  • Loading branch information
hoshinotsuyoshi authored Dec 2, 2024
2 parents 19f5b28 + 9a3b7fa commit 72b3c7e
Showing 1 changed file with 5 additions and 12 deletions.
17 changes: 5 additions & 12 deletions .github/workflows/vercel-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,8 @@ name: Vercel Deployment
on:
push:
branches:
- pause
# TODO: Change the settings when development starts.
# on:
# push:
# branches:
# - main
# pull_request:
- main
pull_request:

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
Expand All @@ -34,7 +29,7 @@ jobs:
filters: |
src:
- './.github/workflows/vercel-deploy.yml'
- './frontend/**'
- './frontend/apps/docs/**'
deploy:
name: Deploy
Expand All @@ -45,10 +40,8 @@ jobs:
strategy:
matrix:
apps:
- name: service-site
vercel-project-id-key: VERCEL_PROJECT_ID
- name: service-site-storybook
vercel-project-id-key: VERCEL_PROJECT_ID_STORYBOOK
- name: docs
vercel-project-id-key: VERCEL_PROJECT_ID_DOCS
environment:
name: "${{ needs.setup-deployment.outputs.environment }} - ${{ matrix.apps.name }}"
url: ${{ steps.deployment.outputs.deployment-url }}
Expand Down

0 comments on commit 72b3c7e

Please sign in to comment.