Changeset 9465a0d in Klonkt for ecosystem.config.cjs


Ignore:
Timestamp:
06/16/2026 03:00:16 AM (3 months ago)
Author:
roboburr <roboburr@…>
Branches:
main
Children:
5019e22
Parents:
ff08153
Message:

Rename pm2 process prutcms -> klonkt (drop legacy name)

ecosystem.config.cjs name + DEPLOY.md. The post-receive hook + the running
pm2 process are handled separately server-side.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@…>

File:
1 edited

Legend:

Unmodified
Added
Removed
  • ecosystem.config.cjs

    rff08153 r9465a0d  
    1313 *   pm2 start ecosystem.config.cjs --env production
    1414 *   pm2 save && pm2 startup    # auto-start on boot
    15  *   pm2 logs prutcms
     15 *   pm2 logs klonkt
    1616 */
    1717
     
    1919  apps: [
    2020    {
    21       name: 'prutcms',
     21      name: 'klonkt',
    2222      script: 'src/server.js',
    2323      cwd: __dirname,
     
    2929      kill_timeout: 5000,           // give in-flight requests time to finish
    3030
    31       // Logs go to ~/.pm2/logs/prutcms-out.log and -error.log by default.
     31      // Logs go to ~/.pm2/logs/klonkt-out.log and -error.log by default.
    3232      // Override here if you want them in the project dir:
    3333      // out_file: './logs/out.log',
Note: See TracChangeset for help on using the changeset viewer.