apply_remote_changes on PROD triggers cascade deletes of configuration-linked data โ silent and destructive.
โก Publish to App Repo from DEV only. sncicd-publish-app must originate from a non-production (DEV) instance. TEST and PROD instances cannot publish to the App Repository. This is a platform constraint, not a convention.
โข apply_remote_changes = active branch only. The API operates only on the branch currently checked out on the instance. Switch branch in Studio first, then trigger the action โ or the wrong code gets applied.
sncicd-publish-app must run from DEV only. The App Repository rejects publishes from TEST or PROD. Build job always targets the non-production source instance.
apply_remote_changes applies changes for the branch currently active on the instance. Ensure Studio is on the correct branch before the workflow runs.
fix/* cut from release/*hotfix/* cut from mainapply_remote_changes on PROD triggers cascade deletes of config data. App Repository is the only approved PROD deployment method.sncicd-publish-app from DEV (version tagged) โ sncicd-install-app on PROD via GitHub Actions.develop. Skip once and the same bug reappears guaranteed in the next release.sncicd-rollback-app GitHub Action. App Repository maintains full version history โ rollback to any prior published version in minutes.