Skip to content

Commit

Permalink
chore: test the DR in sample a workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ali-hosseini-deriv committed Jul 9, 2024
1 parent 5900a6a commit 4317a95
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 57 deletions.
55 changes: 0 additions & 55 deletions .github/actions/deploy-to-vercel/action.yml

This file was deleted.

5 changes: 3 additions & 2 deletions .github/workflows/vercel-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,10 @@ jobs:
RELEASE_TAG: ${{ github.ref_name }}
RELEASE_TYPE: ${{ env.RELEASE_TYPE }}
- name: Upload to vercel
uses: ./.github/actions/deploy-to-vercel
uses: 'deriv-com/shared-actions/.github/actions/vercel_DR_publish@master'
with:
VERCEL_ORG_ID: ${{ secrets.VERCEL_ORG_ID }}
VERCEL_PROJECT_ID: ${{ secrets.VERCEL_PROJECT_ID }}
VERCEL_TOKEN: ${{ secrets.VERCEL_API_TOKEN }}
ENVIRONMENT: Production
ENVIRONMENT: Preview
VERCEL_SCOPE: deriv

0 comments on commit 4317a95

Please sign in to comment.