Compare commits

...

4 Commits

Author SHA1 Message Date
Devin Ivy d76b7a7500 tidy 2024-11-12 12:03:41 -05:00
Devin Ivy 0635c78af1 Merge remote-tracking branch 'origin/main' into divy/embed-rate-limit 2024-11-12 12:03:28 -05:00
Devin Ivy 04ff5f2c0d update embedr node version, build 2024-11-12 10:46:25 -05:00
Devin Ivy 101c9e7267 embedr: increase rate limits 2024-11-12 10:15:59 -05:00
2 changed files with 1 additions and 3 deletions
@@ -3,8 +3,6 @@ on:
push:
branches:
- main
- bnewbold/embedr
- bnewbold/embedr-rebase
env:
REGISTRY: ${{ secrets.AWS_ECR_REGISTRY_USEAST2_PACKAGES_REGISTRY }}
+1 -1
View File
@@ -5,7 +5,7 @@ WORKDIR /usr/src/social-app
ENV DEBIAN_FRONTEND=noninteractive
# Node
ENV NODE_VERSION=18
ENV NODE_VERSION=20
ENV NVM_DIR=/usr/share/nvm
# Go