You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,7 @@
5
5
- Added cron environment defaults in `tag-latest/bin/demyx-sudo` (`SHELL`, `PATH`, `DEMYX*`) to stabilize non-interactive cron execution.
6
6
- Added `demyx_cron_env()` and log-file path fallback handling in `tag-latest/bin/demyx-cron`.
7
7
### Changed
8
+
- Updated GitHub Actions Docker workflow to publish existing moving image tag(s) plus versioned tag(s) derived from `DEMYX_VERSION` from the `demyx` orchestrator.
8
9
- Updated `tag-latest` WordPress cron job to run as `demyx` without sudo root elevation.
9
10
- Switched `tag-latest/bin/demyx-cron` WordPress execution to WP-CLI primary (`wp cron event run --due-now`) and removed `wget`/`wp-cron.php` trigger logic.
10
11
- Updated cron logging to include stderr by default (`2>&1 | tee -a ...`) and include executor/path context in log lines.
0 commit comments