Skip to content

Commit e0e2242

Browse files
Wal33Dclaude
andcommitted
fix: Include startup.sh in deployment artifact
The GitHub workflow was not copying the startup.sh file to production, which is why the other agent couldn't see it. This ensures: - startup.sh is included in the deployment - PM2 can properly use the startup script for auto-rebuilding 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]>
1 parent 13ca0be commit e0e2242

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/node.js.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ jobs:
3030
path: |
3131
dist
3232
ecosystem.config.js
33+
startup.sh
3334
package.json
3435
package-lock.json
3536

0 commit comments

Comments
 (0)