Skip to content

Commit

Permalink
trying to fix worflow
Browse files Browse the repository at this point in the history
  • Loading branch information
pedroalonsoms committed Apr 23, 2024
1 parent 18f4474 commit d8cfda3
Show file tree
Hide file tree
Showing 6 changed files with 13,494 additions and 9,649 deletions.
15 changes: 7 additions & 8 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,18 +29,17 @@ jobs:
role-duration-seconds: 1200 #adjust as needed for your build time
aws-region: us-east-1

- uses: actions/setup-node@v4
with:
node-version: '20.12.2'

# TODO: we have to manually update the SST version, or set it with an ENV variable
- name: Download and Install SST
run: |
curl -L -o sst-linux-x86_64.tar.gz https://github.com/sst/ion/releases/download/v0.0.298/sst-linux-x86_64.tar.gz
tar -xzf sst-linux-x86_64.tar.gz
sudo mv sst /usr/local/bin/sst
- name: Install pnpm
uses: pnpm/action-setup@v2
with:
version: latest
run_install: true

- name: Deploy app
run: sst deploy --stage=production
run: |
npm ci && sst deploy --stage production
12 changes: 12 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -40,3 +40,15 @@ next-env.d.ts
/playwright-report/
/blob-report/
/playwright/.cache/

# sst
.sst

# open-next
.open-next

# sst
.sst

# open-next
.open-next
Loading

0 comments on commit d8cfda3

Please sign in to comment.