digitalocean droplet is best

Signed-off-by: Kenneth Obsequio <k80308392@gmail.com>
This commit is contained in:
2026-08-02 00:20:23 +08:00
parent c5052fda4c
commit 6765c1faba
2 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -16,6 +16,6 @@ jobs:
uses: appleboy/ssh-action@v1 uses: appleboy/ssh-action@v1
with: with:
host: ${{ secrets.DEPLOY_HOST }} host: ${{ secrets.DEPLOY_HOST }}
username: root username: deploy
key: ${{ secrets.DEPLOY_SSH_KEY }} key: ${{ secrets.DEPLOY_SSH_KEY }}
script: deploy script: deploy
+2 -1
View File
@@ -5,6 +5,7 @@
**Author:** rgrgogu **Author:** rgrgogu
**Date:** October 6, 2025 **Date:** October 6, 2025
**Stack:** Node.js · Express · Sequelize (PostgreSQL) · JWT · Google OAuth 2.0 · Nodemailer **Stack:** Node.js · Express · Sequelize (PostgreSQL) · JWT · Google OAuth 2.0 · Nodemailer
**Deployment** DigitalOcean Droplet (3 Droplets for API + S3 and Postgres)
--- ---
@@ -782,4 +783,4 @@ app.use(session({ store: new RedisStore({ client: redisClient }), ... }));
--- ---
*End of Documentation — STAR Phase 1 Auth System v1.0.0* *End of Documentation — STAR Phase 1 Auth System v1.0.0*