Skip to content

Commit

Permalink
ci(stacks.web): update deploy workflow
Browse files Browse the repository at this point in the history
Signed-off-by: Braden Mars <bradenmars@bradenmars.me>
  • Loading branch information
BradenM committed Sep 23, 2023
1 parent f543c0f commit 6c00387
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/deploy-crisiscleanup-site.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,11 @@ jobs:
repository: CrisisCleanup/crisiscleanup-4-web
path: .crisiscleanup-4-web
- name: Build Web
run: pushd .crisiscleanup-4-web && pnpm install && pnpm build:app
working-directory: .crisiscleanup-4-web
run: pnpm build:app
- name: Install Web
working-directory: .crisiscleanup-4-web
run: pnpm install
- name: Authenticate Via OIDC Role
uses: aws-actions/configure-aws-credentials@v1-node16
with:
Expand Down

0 comments on commit 6c00387

Please sign in to comment.