Skip to content

Commit

Permalink
chore(ci): change runners for vercel build
Browse files Browse the repository at this point in the history
  • Loading branch information
kioqq committed Jan 9, 2024
1 parent feee656 commit 9b0af95
Show file tree
Hide file tree
Showing 16 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/preview-vercel-faucet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:

jobs:
Deploy-Preview:
runs-on: frontend
runs-on: ubuntu-cpu16-ram64
env:
VERCEL_ORG_ID: ${{ secrets.VERCEL_ORG_ID }}
VERCEL_PROJECT_ID: ${{ secrets.VERCEL_FAUCET_PROJECT_ID }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/preview-vercel-governance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:

jobs:
Deploy-Preview:
runs-on: frontend
runs-on: ubuntu-cpu16-ram64
env:
VERCEL_ORG_ID: ${{ secrets.VERCEL_ORG_ID }}
VERCEL_PROJECT_ID: ${{ secrets.VERCEL_GOVERNANCE_PROJECT_ID }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/preview-vercel-haqq-website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:

jobs:
Deploy-Preview:
runs-on: frontend
runs-on: ubuntu-cpu16-ram64
env:
VERCEL_ORG_ID: ${{ secrets.VERCEL_ORG_ID }}
VERCEL_PROJECT_ID: ${{ secrets.VERCEL_HAQQ_WEBSITE_PROJECT_ID }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/preview-vercel-islamic-website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:

jobs:
Deploy-Preview:
runs-on: frontend
runs-on: ubuntu-cpu16-ram64
env:
VERCEL_ORG_ID: ${{ secrets.VERCEL_ORG_ID }}
VERCEL_PROJECT_ID: ${{ secrets.VERCEL_ISLAMIC_WEBSITE_PROJECT_ID }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/preview-vercel-shell.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:

jobs:
Deploy-Preview:
runs-on: frontend
runs-on: ubuntu-cpu16-ram64
env:
VERCEL_ORG_ID: ${{ secrets.VERCEL_ORG_ID }}
VERCEL_PROJECT_ID: ${{ secrets.VERCEL_SHELL_PROJECT_ID }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/preview-vercel-staking.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:

jobs:
Deploy-Preview:
runs-on: frontend
runs-on: ubuntu-cpu16-ram64
env:
VERCEL_ORG_ID: ${{ secrets.VERCEL_ORG_ID }}
VERCEL_PROJECT_ID: ${{ secrets.VERCEL_STAKING_PROJECT_ID }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/preview-vercel-vesting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:

jobs:
Deploy-Preview:
runs-on: frontend
runs-on: ubuntu-cpu16-ram64
env:
VERCEL_ORG_ID: ${{ secrets.VERCEL_ORG_ID }}
VERCEL_PROJECT_ID: ${{ secrets.VERCEL_VESTING_PROJECT_ID }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/previrew-vercel-storybook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:

jobs:
Deploy-Production:
runs-on: frontend
runs-on: ubuntu-cpu16-ram64
env:
VERCEL_ORG_ID: ${{ secrets.VERCEL_ORG_ID }}
VERCEL_PROJECT_ID: ${{ secrets.VERCEL_STORYBOOK_PROJECT_ID }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/production-vercel-faucet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

jobs:
Deploy-Production:
runs-on: frontend
runs-on: ubuntu-cpu16-ram64
env:
VERCEL_ORG_ID: ${{ secrets.VERCEL_ORG_ID }}
VERCEL_PROJECT_ID: ${{ secrets.VERCEL_FAUCET_PROJECT_ID }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/production-vercel-governance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

jobs:
Deploy-Production:
runs-on: frontend
runs-on: ubuntu-cpu16-ram64
env:
VERCEL_ORG_ID: ${{ secrets.VERCEL_ORG_ID }}
VERCEL_PROJECT_ID: ${{ secrets.VERCEL_GOVERNANCE_PROJECT_ID }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/production-vercel-haqq-website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

jobs:
Deploy-Production:
runs-on: frontend
runs-on: ubuntu-cpu16-ram64
env:
VERCEL_ORG_ID: ${{ secrets.VERCEL_ORG_ID }}
VERCEL_PROJECT_ID: ${{ secrets.VERCEL_HAQQ_WEBSITE_PROJECT_ID }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/production-vercel-islamic-website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

jobs:
Deploy-Production:
runs-on: frontend
runs-on: ubuntu-cpu16-ram64
env:
VERCEL_ORG_ID: ${{ secrets.VERCEL_ORG_ID }}
VERCEL_PROJECT_ID: ${{ secrets.VERCEL_ISLAMIC_WEBSITE_PROJECT_ID }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/production-vercel-shell.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

jobs:
Deploy-Production:
runs-on: frontend
runs-on: ubuntu-cpu16-ram64
env:
VERCEL_ORG_ID: ${{ secrets.VERCEL_ORG_ID }}
VERCEL_PROJECT_ID: ${{ secrets.VERCEL_SHELL_PROJECT_ID }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/production-vercel-staking.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

jobs:
Deploy-Production:
runs-on: frontend
runs-on: ubuntu-cpu16-ram64
env:
VERCEL_ORG_ID: ${{ secrets.VERCEL_ORG_ID }}
VERCEL_PROJECT_ID: ${{ secrets.VERCEL_STAKING_PROJECT_ID }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/production-vercel-storybook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

jobs:
Deploy-Production:
runs-on: frontend
runs-on: ubuntu-cpu16-ram64
env:
VERCEL_ORG_ID: ${{ secrets.VERCEL_ORG_ID }}
VERCEL_PROJECT_ID: ${{ secrets.VERCEL_STORYBOOK_PROJECT_ID }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/production-vercel-vesting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

jobs:
Deploy-Production:
runs-on: frontend
runs-on: ubuntu-cpu16-ram64
env:
VERCEL_ORG_ID: ${{ secrets.VERCEL_ORG_ID }}
VERCEL_PROJECT_ID: ${{ secrets.VERCEL_VESTING_PROJECT_ID }}
Expand Down

0 comments on commit 9b0af95

Please sign in to comment.