Skip to content

Commit

Permalink
sst ci
Browse files Browse the repository at this point in the history
sst ci

sst ci

sst ci

sst ci
  • Loading branch information
s-alad committed Jun 22, 2024
1 parent 2462bc0 commit e8de829
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/sst.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,17 +20,21 @@ jobs:
with:
node-version: '16'

-
name: Change directory
run: cd ./client

-
name: Install dependencies
run: npm install
run: cd ./client && npm install

-
name: Install SST
run: npm install --global @serverless-stack/cli
run: cd ./client && npm install --global @serverless-stack/cli

-
name: Deploy SST
env:
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
run: sst deploy --stage prod
run: cd ./client && npx sst deploy --stage prod

0 comments on commit e8de829

Please sign in to comment.