Skip to content

Commit

Permalink
api: fix CD
Browse files Browse the repository at this point in the history
  • Loading branch information
dcposch committed Oct 20, 2024
1 parent 718ea28 commit 9f133e1
Show file tree
Hide file tree
Showing 4 changed files with 469 additions and 18 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,17 @@ jobs:
name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3

- if: env.IMAGE_MANIFEST == 'null'
uses: actions/setup-node@v3
with:
node-version: "22.x"

- if: env.IMAGE_MANIFEST == 'null'
run: |
git submodule update --init daimo
npm ci
npx turbo build --filter='@daimo/api'
- if: env.IMAGE_MANIFEST == 'null'
name: Build, tag, and push docker image to Amazon ECR
uses: docker/build-push-action@v5
Expand Down
Loading

0 comments on commit 9f133e1

Please sign in to comment.