Skip to content

Commit aae575e

Browse files
committed
fix: moved step to previous job for prod
1 parent cf92b99 commit aae575e

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
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

0 commit comments

Comments
 (0)