Skip to content

Commit

Permalink
Merge pull request #53 from vesperfi/fix-deploy
Browse files Browse the repository at this point in the history
Fix the deploy workflow
  • Loading branch information
gabmontes authored Nov 19, 2024
2 parents 383c6e6 + 3dc856e commit af37b5e
Show file tree
Hide file tree
Showing 3 changed files with 1,331 additions and 814 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/aws-eb-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,9 @@ jobs:
environment: production
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version-file: .nvmrc
- run: npm ci
fetch-depth: 0
- uses: bloq/actions/setup-node-env@v1
- run: |
sudo apt-get update
sudo apt-get install -y python3-pip
Expand All @@ -33,4 +32,4 @@ jobs:
NEXT_PUBLIC_NODE_URL: ${{ vars.NEXT_PUBLIC_NODE_URL }}
NODE_URL: ${{ secrets.NODE_URL }}
STAGE: ${{ vars.STAGE }}
timeout-minutes: 10
timeout-minutes: 10
Loading

0 comments on commit af37b5e

Please sign in to comment.