Compare commits

...

2 Commits

Author SHA1 Message Date
Nico
e24260a2fe Fix deploy
All checks were successful
Build & Deploy Costco Grocery List / build (push) Successful in 16s
Build & Deploy Costco Grocery List / deploy (push) Successful in 6s
Build & Deploy Costco Grocery List / notify (push) Successful in 2s
2025-11-27 16:40:23 -08:00
Nico
9bb8df7bb1 Instal dev dependencies for tests 2025-11-27 16:39:52 -08:00
3 changed files with 4601 additions and 2 deletions

View File

@ -80,8 +80,7 @@ jobs:
- name: Install SSH key - name: Install SSH key
run: | run: |
mkdir -p ~/.ssh mkdir -p ~/.ssh
# echo "${{ secrets.DEPLOY_KEY }}" > ~/.ssh/id_ed25519 echo "${{ secrets.DEPLOY_KEY }}" > ~/.ssh/id_ed25519
echo "${{ secrets.DEPLOY_KEY }}" > ~/.ssh/id_ed2551
chmod 600 ~/.ssh/id_ed25519 chmod 600 ~/.ssh/id_ed25519
ssh-keyscan -H "${{ secrets.DEPLOY_HOST }}" >> ~/.ssh/known_hosts ssh-keyscan -H "${{ secrets.DEPLOY_HOST }}" >> ~/.ssh/known_hosts

4592
package-lock.json generated Normal file

File diff suppressed because it is too large Load Diff

8
package.json Normal file
View File

@ -0,0 +1,8 @@
{
"devDependencies": {
"cross-env": "^10.1.0",
"jest": "^30.2.0",
"jest-environment-node": "^30.2.0",
"supertest": "^7.1.4"
}
}