Skip to content

Commit

Permalink
chore: turn publish_vercel as a step instead of job
Browse files Browse the repository at this point in the history
  • Loading branch information
utkarsha-deriv committed Jul 23, 2024
1 parent cc6f8f0 commit 59c47ee
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/release_production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,6 @@ jobs:
with:
CLOUDFLARE_ACCOUNT_ID: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
CLOUDFLARE_API_TOKEN: ${{ secrets.CLOUDFLARE_API_TOKEN }}
publish_to_vercel:
runs-on: ubuntu-latest
environment: Production
steps:
- name: Upload to vercel
id: dr_action
uses: 'deriv-com/shared-actions/.github/actions/vercel_DR_publish@master'
Expand Down
4 changes: 0 additions & 4 deletions .github/workflows/release_staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,6 @@ jobs:
with:
CLOUDFLARE_ACCOUNT_ID: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
CLOUDFLARE_API_TOKEN: ${{ secrets.CLOUDFLARE_API_TOKEN }}
publish_to_vercel:
runs-on: ubuntu-latest
environment: staging
steps:
- name: Upload to vercel
uses: 'deriv-com/shared-actions/.github/actions/vercel_DR_publish@master'
with:
Expand Down

0 comments on commit 59c47ee

Please sign in to comment.