mirror of
https://github.com/rgrgogu/new_starr.git
synced 2026-09-27 00:12:54 +08:00
digitalocean droplet is best
Signed-off-by: Kenneth Obsequio <k80308392@gmail.com>
This commit is contained in:
@@ -16,6 +16,6 @@ jobs:
|
||||
uses: appleboy/ssh-action@v1
|
||||
with:
|
||||
host: ${{ secrets.DEPLOY_HOST }}
|
||||
username: root
|
||||
username: deploy
|
||||
key: ${{ secrets.DEPLOY_SSH_KEY }}
|
||||
script: deploy
|
||||
|
||||
@@ -5,6 +5,7 @@
|
||||
**Author:** rgrgogu
|
||||
**Date:** October 6, 2025
|
||||
**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*
|
||||
|
||||
Reference in New Issue
Block a user