Skip to content

Commit 62775de

Browse files
committed
Add deploy to remote server reminder
1 parent 04c68a8 commit 62775de

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

experimental/post-flight.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -440,6 +440,7 @@ main() {
440440
if [ "$MODE_COMMIT" -eq 0 ]; then
441441
echo ""
442442
echo "${CYAN}ℹ Report complete. Use --commit or --push to commit changes.${NC}"
443+
echo "${YELLOW}Reminder: if this work should be live on the remote dev web app server, deploy/push it there separately.${NC}"
443444
emit_event "complete" '{"status":"success","summary":"Report complete"}' || true
444445
exit 0
445446
fi
@@ -465,6 +466,7 @@ main() {
465466

466467
echo ""
467468
echo "${GREEN}${BOLD}✓ Session closed cleanly${NC}"
469+
echo "${YELLOW}Reminder: if this work should be live on the remote dev web app server, deploy/push it there separately.${NC}"
468470
emit_event "complete" '{"status":"success","summary":"Session closed"}' || true
469471
exit 0
470472
}

0 commit comments

Comments
 (0)