Skip to content

Commit

Permalink
Merge pull request #811 from haqq-network/dev
Browse files Browse the repository at this point in the history
release
  • Loading branch information
olegshilov authored May 8, 2024
2 parents 8c85a8e + 9e32e2e commit 3ef9b35
Show file tree
Hide file tree
Showing 18 changed files with 2,045 additions and 779 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/preview-vercel-haqq-website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@ jobs:
with:
node-version-file: .nvmrc
cache: yarn
- name: Install Vercel CLI
run: npm install -g vercel@latest
- name: Setup dependencies
run: yarn install --immutable
- name: Pull Vercel Environment Information
run: vercel pull --yes --environment=preview --token=${{ secrets.VERCEL_TOKEN }}
run: yarn vercel pull --yes --environment=preview --token=${{ secrets.VERCEL_TOKEN }}
- name: Build Project Artifacts
run: vercel build --token=${{ secrets.VERCEL_TOKEN }} --local-config vercel-next.json
run: yarn vercel build --token=${{ secrets.VERCEL_TOKEN }} --local-config vercel-next.json
- name: Deploy Project Artifacts to Vercel
run: vercel deploy --prebuilt --token=${{ secrets.VERCEL_TOKEN }} --local-config vercel-next.json
run: yarn vercel deploy --prebuilt --token=${{ secrets.VERCEL_TOKEN }} --local-config vercel-next.json
10 changes: 5 additions & 5 deletions .github/workflows/preview-vercel-islamic-website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@ jobs:
with:
node-version-file: .nvmrc
cache: yarn
- name: Install Vercel CLI
run: npm install -g vercel@latest
- name: Setup dependencies
run: yarn install --immutable
- name: Pull Vercel Environment Information
run: vercel pull --yes --environment=preview --token=${{ secrets.VERCEL_TOKEN }}
run: yarn vercel pull --yes --environment=preview --token=${{ secrets.VERCEL_TOKEN }}
- name: Build Project Artifacts
run: vercel build --token=${{ secrets.VERCEL_TOKEN }} --local-config vercel-next.json
run: yarn vercel build --token=${{ secrets.VERCEL_TOKEN }} --local-config vercel-next.json
- name: Deploy Project Artifacts to Vercel
run: vercel deploy --prebuilt --token=${{ secrets.VERCEL_TOKEN }} --local-config vercel-next.json
run: yarn vercel deploy --prebuilt --token=${{ secrets.VERCEL_TOKEN }} --local-config vercel-next.json
10 changes: 5 additions & 5 deletions .github/workflows/preview-vercel-shell.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@ jobs:
with:
node-version-file: .nvmrc
cache: yarn
- name: Install Vercel CLI
run: npm install -g vercel@latest
- name: Setup dependencies
run: yarn install --immutable
- name: Pull Vercel Environment Information
run: vercel pull --yes --environment=preview --token=${{ secrets.VERCEL_TOKEN }}
run: yarn vercel pull --yes --environment=preview --token=${{ secrets.VERCEL_TOKEN }}
- name: Build Project Artifacts
run: vercel build --token=${{ secrets.VERCEL_TOKEN }} --local-config vercel-next.json
run: yarn vercel build --token=${{ secrets.VERCEL_TOKEN }} --local-config vercel-next.json
- name: Deploy Project Artifacts to Vercel
run: vercel deploy --prebuilt --token=${{ secrets.VERCEL_TOKEN }} --local-config vercel-next.json
run: yarn vercel deploy --prebuilt --token=${{ secrets.VERCEL_TOKEN }} --local-config vercel-next.json
10 changes: 5 additions & 5 deletions .github/workflows/preview-vercel-storybook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@ jobs:
with:
node-version-file: .nvmrc
cache: yarn
- name: Install Vercel CLI
run: npm install -g vercel@latest
- name: Setup dependencies
run: yarn install --immutable
- name: Pull Vercel Environment Information
run: vercel pull --yes --environment=preview --token=${{ secrets.VERCEL_TOKEN }}
run: yarn vercel pull --yes --environment=preview --token=${{ secrets.VERCEL_TOKEN }}
- name: Build Project Artifacts
run: vercel build --token=${{ secrets.VERCEL_TOKEN }} --local-config vercel-react.json
run: yarn vercel build --token=${{ secrets.VERCEL_TOKEN }} --local-config vercel-react.json
- name: Deploy Project Artifacts to Vercel
run: vercel deploy --prebuilt --token=${{ secrets.VERCEL_TOKEN }} --local-config vercel-react.json
run: yarn vercel deploy --prebuilt --token=${{ secrets.VERCEL_TOKEN }} --local-config vercel-react.json
10 changes: 5 additions & 5 deletions .github/workflows/preview-vercel-vesting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@ jobs:
with:
node-version-file: .nvmrc
cache: yarn
- name: Install Vercel CLI
run: npm install -g vercel@latest
- name: Setup dependencies
run: yarn install --immutable
- name: Pull Vercel Environment Information
run: vercel pull --yes --environment=preview --token=${{ secrets.VERCEL_TOKEN }}
run: yarn vercel pull --yes --environment=preview --token=${{ secrets.VERCEL_TOKEN }}
- name: Build Project Artifacts
run: vercel build --token=${{ secrets.VERCEL_TOKEN }} --local-config vercel-react.json
run: yarn vercel build --token=${{ secrets.VERCEL_TOKEN }} --local-config vercel-next.json
- name: Deploy Project Artifacts to Vercel
run: vercel deploy --prebuilt --token=${{ secrets.VERCEL_TOKEN }} --local-config vercel-react.json
run: yarn vercel deploy --prebuilt --token=${{ secrets.VERCEL_TOKEN }} --local-config vercel-react.json
10 changes: 5 additions & 5 deletions .github/workflows/production-vercel-haqq-website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@ jobs:
with:
node-version-file: .nvmrc
cache: yarn
- name: Install Vercel CLI
run: npm install -g vercel@latest
- name: Setup dependencies
run: yarn install --immutable
- name: Pull Vercel Environment Information
run: vercel pull --yes --environment=production --token=${{ secrets.VERCEL_TOKEN }}
run: yarn vercel pull --yes --environment=production --token=${{ secrets.VERCEL_TOKEN }}
- name: Build Project Artifacts
run: vercel build --prod --token=${{ secrets.VERCEL_TOKEN }} --local-config vercel-next.json
run: yarn vercel build --prod --token=${{ secrets.VERCEL_TOKEN }} --local-config vercel-next.json
- name: Deploy Project Artifacts to Vercel
run: vercel deploy --prebuilt --prod --token=${{ secrets.VERCEL_TOKEN }} --local-config vercel-next.json
run: yarn vercel deploy --prebuilt --prod --token=${{ secrets.VERCEL_TOKEN }} --local-config vercel-next.json
10 changes: 5 additions & 5 deletions .github/workflows/production-vercel-islamic-website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@ jobs:
with:
node-version-file: .nvmrc
cache: yarn
- name: Install Vercel CLI
run: npm install -g vercel@latest
- name: Setup dependencies
run: yarn install --immutable
- name: Pull Vercel Environment Information
run: vercel pull --yes --environment=production --token=${{ secrets.VERCEL_TOKEN }}
run: yarn vercel pull --yes --environment=production --token=${{ secrets.VERCEL_TOKEN }}
- name: Build Project Artifacts
run: vercel build --prod --token=${{ secrets.VERCEL_TOKEN }} --local-config vercel-next.json
run: yarn vercel build --prod --token=${{ secrets.VERCEL_TOKEN }} --local-config vercel-next.json
- name: Deploy Project Artifacts to Vercel
run: vercel deploy --prebuilt --prod --token=${{ secrets.VERCEL_TOKEN }} --local-config vercel-next.json
run: yarn vercel deploy --prebuilt --prod --token=${{ secrets.VERCEL_TOKEN }} --local-config vercel-next.json
10 changes: 5 additions & 5 deletions .github/workflows/production-vercel-shell.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@ jobs:
with:
node-version-file: .nvmrc
cache: yarn
- name: Install Vercel CLI
run: npm install -g vercel@latest
- name: Setup dependencies
run: yarn install --immutable
- name: Pull Vercel Environment Information
run: vercel pull --yes --environment=production --token=${{ secrets.VERCEL_TOKEN }}
run: yarn vercel pull --yes --environment=production --token=${{ secrets.VERCEL_TOKEN }}
- name: Build Project Artifacts
run: vercel build --prod --token=${{ secrets.VERCEL_TOKEN }} --local-config vercel-next.json
run: yarn vercel build --prod --token=${{ secrets.VERCEL_TOKEN }} --local-config vercel-next.json
- name: Deploy Project Artifacts to Vercel
run: vercel deploy --prebuilt --prod --token=${{ secrets.VERCEL_TOKEN }} --local-config vercel-next.json
run: yarn vercel deploy --prebuilt --prod --token=${{ secrets.VERCEL_TOKEN }} --local-config vercel-next.json
10 changes: 5 additions & 5 deletions .github/workflows/production-vercel-storybook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@ jobs:
with:
node-version-file: .nvmrc
cache: yarn
- name: Install Vercel CLI
run: npm install -g vercel@latest
- name: Setup dependencies
run: yarn install --immutable
- name: Pull Vercel Environment Information
run: vercel pull --yes --environment=production --token=${{ secrets.VERCEL_TOKEN }}
run: yarn vercel pull --yes --environment=production --token=${{ secrets.VERCEL_TOKEN }}
- name: Build Project Artifacts
run: vercel build --prod --token=${{ secrets.VERCEL_TOKEN }} --local-config vercel-react.json
run: yarn vercel build --prod --token=${{ secrets.VERCEL_TOKEN }} --local-config vercel-react.json
- name: Deploy Project Artifacts to Vercel
run: vercel deploy --prebuilt --prod --token=${{ secrets.VERCEL_TOKEN }} --local-config vercel-react.json
run: yarn vercel deploy --prebuilt --prod --token=${{ secrets.VERCEL_TOKEN }} --local-config vercel-react.json
10 changes: 5 additions & 5 deletions .github/workflows/production-vercel-vesting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@ jobs:
with:
node-version-file: .nvmrc
cache: yarn
- name: Install Vercel CLI
run: npm install -g vercel@latest
- name: Setup dependencies
run: yarn install --immutable
- name: Pull Vercel Environment Information
run: vercel pull --yes --environment=production --token=${{ secrets.VERCEL_TOKEN }}
run: yarn vercel pull --yes --environment=production --token=${{ secrets.VERCEL_TOKEN }}
- name: Build Project Artifacts
run: vercel build --prod --token=${{ secrets.VERCEL_TOKEN }} --local-config vercel-react.json
run: yarn vercel build --prod --token=${{ secrets.VERCEL_TOKEN }} --local-config vercel-react.json
- name: Deploy Project Artifacts to Vercel
run: vercel deploy --prebuilt --prod --token=${{ secrets.VERCEL_TOKEN }} --local-config vercel-react.json
run: yarn vercel deploy --prebuilt --prod --token=${{ secrets.VERCEL_TOKEN }} --local-config vercel-react.json
Loading

0 comments on commit 3ef9b35

Please sign in to comment.