Skip to content

Commit

Permalink
Merge pull request #3512 from ever-co/stage
Browse files Browse the repository at this point in the history
Release
  • Loading branch information
evereq authored Jan 14, 2025
2 parents 23c3a78 + b4f95e2 commit 44d33c4
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/deploy-vercel-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,9 @@ jobs:
run: |
yarn build:web
- name: Install Vercel CLI
run: npm install -g [email protected]

- name: Deploy to Vercel
uses: BetaHuhn/deploy-to-vercel-action@v1
with:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/deploy-vercel-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,9 @@ jobs:
run: |
yarn build:web
- name: Install Vercel CLI
run: npm install -g [email protected]

- name: Deploy to Vercel
uses: BetaHuhn/deploy-to-vercel-action@v1
with:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/deploy-vercel-stage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,9 @@ jobs:
run: |
yarn build:web
- name: Install Vercel CLI
run: npm install -g [email protected]

- name: Deploy to Vercel
uses: BetaHuhn/deploy-to-vercel-action@v1
with:
Expand Down

0 comments on commit 44d33c4

Please sign in to comment.