diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 7c073d2..5c70149 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -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 diff --git a/README.md b/README.md index 2e67cf3..73c4018 100644 --- a/README.md +++ b/README.md @@ -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* \ No newline at end of file +*End of Documentation — STAR Phase 1 Auth System v1.0.0*