diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index ecb8ead..c602c02 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -48,12 +48,7 @@ jobs: - name: Build and prepare services run: | cd ./services/common - make executable - make install - make clean - make build - make bundle - make zip + make all - name: install build and deploy cdk run: | diff --git a/docs/index.md b/docs/index.md index 22c80f6..12b9098 100644 --- a/docs/index.md +++ b/docs/index.md @@ -20,4 +20,8 @@ features: details: serverless remix app hosted on aws icon: 🚀 link: https://ssr.bronifty.org + - title: react-router-7-contacts.bronifty.org + details: serverless react-router-7-contacts app hosted on aws + icon: 🌈 + link: https://react-router-7-contacts.bronifty.org ---