Skip to content

Commit

Permalink
Prepare project config
Browse files Browse the repository at this point in the history
  • Loading branch information
fewensa committed Jan 18, 2022
1 parent b78ffb8 commit 1ce12e1
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/deploy-prd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,11 @@ jobs:
- name: Build
run: yarn build

- name: Prepare Project Config
run: |
mv vercel.json build/
mv package.json build/
- name: Deploy
id: deploy
run: |
Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/deploy-stg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,11 @@ jobs:
- name: Build
run: yarn build

- name: Prepare Project Config
run: |
mv vercel.json build/
mv package.json build/
- name: Deploy
id: deploy
run: |
Expand Down

0 comments on commit 1ce12e1

Please sign in to comment.