Skip to content

Commit

Permalink
this
Browse files Browse the repository at this point in the history
  • Loading branch information
bronifty committed Aug 19, 2024
1 parent 903b762 commit fbe03e2
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 73 deletions.
9 changes: 8 additions & 1 deletion .github/workflows/blog2.yml → .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,12 +45,19 @@ jobs:
- name: List contents of doc_build
run: ls -R ./doc_build

- name: build cdk services
run: |
cd ./services/vite-remix
npm install
npm run build
npm run zip
- name: Install cdk project dependencies
run: |
cd ./cdk
npm install --frozen-lockfile
npm run build
npx cdk deploy BlogStack --require-approval never
npx cdk deploy --all --require-approval never
env:
AWS_REGION: ${{ env.AWS_REGION }}
AWS_ACCOUNT_ID: ${{ env.AWS_ACCOUNT_ID }}
72 changes: 0 additions & 72 deletions .github/workflows/remix2.yml

This file was deleted.

0 comments on commit fbe03e2

Please sign in to comment.