Commit commands

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

git commit -am "website hotfix --run production --env key=value$
ActionCommand
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 update:
Aug 8, 2024