Skip to content

Commit

Permalink
Merge pull request #12 from ali-hosseini-deriv/ako/add-vercel-DR-action
Browse files Browse the repository at this point in the history
Ako/ Replace vercel.dr.json file with the main vercel.json file
  • Loading branch information
balakrishna-deriv authored Jul 9, 2024
2 parents 99bb7aa + 8f0841e commit ab25930
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/actions/vercel_DR_publish/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,10 @@ inputs:
runs:
using: composite
steps:
- name: Replace the vercel.dr.json with vercel.json
run: cp -f vercel.dr.json vercel.json
shell: bash

- name: Install Vercel CLI
run: npm install -g vercel
shell: bash
Expand Down

0 comments on commit ab25930

Please sign in to comment.