Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor(tooling-ci): connect vercel to git #4766

Merged
merged 11 commits into from
Jan 16, 2025
Next Next commit
refactor(tooling-ci): remove apps ui kit ci workflows
  • Loading branch information
begonaalvarezd committed Jan 14, 2025
commit fa5f5946df39bf53ed9ec76631ba653020ddbad2
19 changes: 0 additions & 19 deletions .github/workflows/_vercel_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,6 @@ on:
isAppsBackend:
type: boolean
required: true
isAppsUiKit:
type: boolean
required: true
isWalletDashboard:
type: boolean
required: true
Expand Down Expand Up @@ -45,22 +42,6 @@ jobs:
isProd: false
isStaging: true

ui-kit-preview:
name: Vercel UI Kit Preview
if: inputs.shouldDeployPreview && inputs.isAppsUiKit
uses: ./.github/workflows/apps_ui_kit_deploy.yml
secrets: inherit
with:
isProd: false

ui-kit-prod:
name: Vercel UI Kit Production
if: github.ref_name == 'develop'
uses: ./.github/workflows/apps_ui_kit_deploy.yml
secrets: inherit
with:
isProd: true

wallet-dashboard-preview:
name: Vercel Wallet Dashboard Preview
if: inputs.shouldDeployPreview && inputs.isWalletDashboard
Expand Down
68 changes: 0 additions & 68 deletions .github/workflows/apps_ui_kit_deploy.yml

This file was deleted.

1 change: 0 additions & 1 deletion .github/workflows/hierarchy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,6 @@ jobs:
isExplorer: ${{ needs.diff.outputs.isExplorer == 'true' }}
isTypescriptSDK: ${{ needs.diff.outputs.isTypescriptSDK == 'true' }}
isAppsBackend: ${{ needs.diff.outputs.isAppsBackend == 'true' }}
isAppsUiKit: ${{ needs.diff.outputs.isAppsUiKit == 'true' }}
isWalletDashboard: ${{ needs.diff.outputs.isWalletDashboard == 'true' }}

ledgernano:
Expand Down
Loading