Skip to content

Commit 718895c

Browse files
authored
Merge branch 'main' into addtests-v2
2 parents e47125d + 69421be commit 718895c

File tree

1,061 files changed

+7
-4
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,061 files changed

+7
-4
lines changed

.github/workflows/cd.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ jobs:
1313
- name: Check out code
1414
uses: actions/checkout@v4
1515

16-
- name: Set up Node
16+
- name: Set up Node.js
1717
uses: actions/setup-node@v4
1818
with:
19-
node-version: 22
19+
node-version: '22'
2020

2121
- name: Install dependencies
2222
run: npm ci
@@ -39,4 +39,4 @@ jobs:
3939
run: gcloud builds submit --tag us-central1-docker.pkg.dev/notely-491114/notely-ar-repo/notely:latest .
4040

4141
- name: Deploy to Cloud Run
42-
run: gcloud run deploy notely --image us-central1-docker.pkg.dev/notely-491114/notely-ar-repo/notely:latest --region us-central1 --allow-unauthenticated --project notely-491114 --max-instances=4
42+
run: gcloud run deploy notely --image us-central1-docker.pkg.dev/notely-491114/notely-ar-repo/notely:latest --region us-central1 --allow-unauthenticated --project notely-491114 --max-instances=4

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ venv/
55
.venv/
66
node_modules/
77
dist/
8-
.env
8+
.env
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)