Skip to content

Commit 32bbbde

Browse files
author
Dan Costello
committed
Turn off SST action
1 parent 420b13d commit 32bbbde

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/_deploy.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ name: Deploy Docs Site
33
on:
44
push:
55
branches:
6-
- main
6+
- sst
77
pull_request:
88
branches:
9-
- main
9+
- sst
1010

1111
jobs:
1212
deploy:
@@ -18,7 +18,7 @@ jobs:
1818
- name: Setup Node.js
1919
uses: actions/setup-node@v3
2020
with:
21-
node-version: '18'
21+
node-version: "18"
2222

2323
- name: Setup pnpm
2424
uses: pnpm/action-setup@v2
@@ -72,4 +72,4 @@ jobs:
7272
npx sst deploy --stage pr-${{ github.event.pull_request.number }}
7373
env:
7474
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
75-
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
75+
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}

0 commit comments

Comments
 (0)