Commit commands

Here is an example command that triggers a pipeline named 'Production':

bash
git commit -am "website hotfix --run production --env key=value $
Action Command
Run a specific pipeline --run NAME --run "NAME WITH SPACES"
Do not run (automatic) pipelines --skip
Clear cache before running --clear-cache
Upload everything from scratch --from-scratch
Set variables --env key=value

Last modified on Sep 23, 2024