Compare commits

..

No commits in common. "e24260a2fe2413004167d57be2b696a9fabe0cb4" and "bd42fb31e764c33fc11ef5c983538c69a49cabbd" have entirely different histories.

3 changed files with 2 additions and 4601 deletions

View File

@ -80,7 +80,8 @@ jobs:
- name: Install SSH key
run: |
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
ssh-keyscan -H "${{ secrets.DEPLOY_HOST }}" >> ~/.ssh/known_hosts

4592
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

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