From 9b0af953aaa6cdda57e6eaa133e411069220f603 Mon Sep 17 00:00:00 2001 From: Evgeniy Abramov Date: Tue, 9 Jan 2024 14:31:42 +0400 Subject: [PATCH] chore(ci): change runners for vercel build --- .github/workflows/preview-vercel-faucet.yml | 2 +- .github/workflows/preview-vercel-governance.yml | 2 +- .github/workflows/preview-vercel-haqq-website.yml | 2 +- .github/workflows/preview-vercel-islamic-website.yml | 2 +- .github/workflows/preview-vercel-shell.yml | 2 +- .github/workflows/preview-vercel-staking.yml | 2 +- .github/workflows/preview-vercel-vesting.yml | 2 +- .github/workflows/previrew-vercel-storybook.yml | 2 +- .github/workflows/production-vercel-faucet.yml | 2 +- .github/workflows/production-vercel-governance.yml | 2 +- .github/workflows/production-vercel-haqq-website.yml | 2 +- .github/workflows/production-vercel-islamic-website.yml | 2 +- .github/workflows/production-vercel-shell.yml | 2 +- .github/workflows/production-vercel-staking.yml | 2 +- .github/workflows/production-vercel-storybook.yml | 2 +- .github/workflows/production-vercel-vesting.yml | 2 +- 16 files changed, 16 insertions(+), 16 deletions(-) diff --git a/.github/workflows/preview-vercel-faucet.yml b/.github/workflows/preview-vercel-faucet.yml index fc6b3de53..4f1d4fb1c 100644 --- a/.github/workflows/preview-vercel-faucet.yml +++ b/.github/workflows/preview-vercel-faucet.yml @@ -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 }} diff --git a/.github/workflows/preview-vercel-governance.yml b/.github/workflows/preview-vercel-governance.yml index 6a00e578d..bd05f6b1b 100644 --- a/.github/workflows/preview-vercel-governance.yml +++ b/.github/workflows/preview-vercel-governance.yml @@ -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 }} diff --git a/.github/workflows/preview-vercel-haqq-website.yml b/.github/workflows/preview-vercel-haqq-website.yml index edb431032..20e3bc5c9 100644 --- a/.github/workflows/preview-vercel-haqq-website.yml +++ b/.github/workflows/preview-vercel-haqq-website.yml @@ -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 }} diff --git a/.github/workflows/preview-vercel-islamic-website.yml b/.github/workflows/preview-vercel-islamic-website.yml index 75fd643a7..81b8c299f 100644 --- a/.github/workflows/preview-vercel-islamic-website.yml +++ b/.github/workflows/preview-vercel-islamic-website.yml @@ -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 }} diff --git a/.github/workflows/preview-vercel-shell.yml b/.github/workflows/preview-vercel-shell.yml index 678d8e544..770ba03e8 100644 --- a/.github/workflows/preview-vercel-shell.yml +++ b/.github/workflows/preview-vercel-shell.yml @@ -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 }} diff --git a/.github/workflows/preview-vercel-staking.yml b/.github/workflows/preview-vercel-staking.yml index 7d4d8467c..e64e239fd 100644 --- a/.github/workflows/preview-vercel-staking.yml +++ b/.github/workflows/preview-vercel-staking.yml @@ -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 }} diff --git a/.github/workflows/preview-vercel-vesting.yml b/.github/workflows/preview-vercel-vesting.yml index 9551d67c7..cc7611b84 100644 --- a/.github/workflows/preview-vercel-vesting.yml +++ b/.github/workflows/preview-vercel-vesting.yml @@ -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 }} diff --git a/.github/workflows/previrew-vercel-storybook.yml b/.github/workflows/previrew-vercel-storybook.yml index d5cbbb0e0..d647d46f6 100644 --- a/.github/workflows/previrew-vercel-storybook.yml +++ b/.github/workflows/previrew-vercel-storybook.yml @@ -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 }} diff --git a/.github/workflows/production-vercel-faucet.yml b/.github/workflows/production-vercel-faucet.yml index d15619552..a307afe53 100644 --- a/.github/workflows/production-vercel-faucet.yml +++ b/.github/workflows/production-vercel-faucet.yml @@ -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 }} diff --git a/.github/workflows/production-vercel-governance.yml b/.github/workflows/production-vercel-governance.yml index 052e72f7f..adde10551 100644 --- a/.github/workflows/production-vercel-governance.yml +++ b/.github/workflows/production-vercel-governance.yml @@ -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 }} diff --git a/.github/workflows/production-vercel-haqq-website.yml b/.github/workflows/production-vercel-haqq-website.yml index fa6b2b64f..da9b4f1f8 100644 --- a/.github/workflows/production-vercel-haqq-website.yml +++ b/.github/workflows/production-vercel-haqq-website.yml @@ -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 }} diff --git a/.github/workflows/production-vercel-islamic-website.yml b/.github/workflows/production-vercel-islamic-website.yml index e46f2cb65..d722c2347 100644 --- a/.github/workflows/production-vercel-islamic-website.yml +++ b/.github/workflows/production-vercel-islamic-website.yml @@ -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 }} diff --git a/.github/workflows/production-vercel-shell.yml b/.github/workflows/production-vercel-shell.yml index 794bd5b82..12cc22bee 100644 --- a/.github/workflows/production-vercel-shell.yml +++ b/.github/workflows/production-vercel-shell.yml @@ -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 }} diff --git a/.github/workflows/production-vercel-staking.yml b/.github/workflows/production-vercel-staking.yml index a14073d81..c44b21596 100644 --- a/.github/workflows/production-vercel-staking.yml +++ b/.github/workflows/production-vercel-staking.yml @@ -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 }} diff --git a/.github/workflows/production-vercel-storybook.yml b/.github/workflows/production-vercel-storybook.yml index 165508d21..95e2e9fc0 100644 --- a/.github/workflows/production-vercel-storybook.yml +++ b/.github/workflows/production-vercel-storybook.yml @@ -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 }} diff --git a/.github/workflows/production-vercel-vesting.yml b/.github/workflows/production-vercel-vesting.yml index fb8f50ec9..e7beef3fd 100644 --- a/.github/workflows/production-vercel-vesting.yml +++ b/.github/workflows/production-vercel-vesting.yml @@ -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 }}