Skip to content

Commit 515b327

Browse files
Merge pull request #213 from nada-deriv/nada/fix-dr
fix: moved step to previous job
2 parents 08fe6f9 + aae575e commit 515b327

File tree

2 files changed

+1
-8
lines changed

2 files changed

+1
-8
lines changed

.github/workflows/build-and-deploy-prod.yml

+1-4
Original file line numberDiff line numberDiff line change
@@ -57,10 +57,7 @@ jobs:
5757
branch_name: master
5858
output_dir: dist
5959
cname_url: p2p.deriv.com
60-
publish_to_vercel:
61-
runs-on: ubuntu-latest
62-
environment: Production
63-
steps:
60+
6461
- name: Upload to vercel
6562
uses: 'deriv-com/shared-actions/.github/actions/vercel_DR_publish@master'
6663
id: dr_action

.github/workflows/build-and-deploy-staging.yml

-4
Original file line numberDiff line numberDiff line change
@@ -59,10 +59,6 @@ jobs:
5959
output_dir: dist
6060
cname_url: staging-p2p.deriv.com
6161

62-
publish_to_vercel:
63-
runs-on: ubuntu-latest
64-
environment: staging
65-
steps:
6662
- name: Upload to vercel
6763
uses: 'deriv-com/shared-actions/.github/actions/vercel_DR_publish@master'
6864
with:

0 commit comments

Comments
 (0)