Your tasks live inside /trigger folders. Code in these is bundled and deployed together.
We automatically bundle everything for your tasks. This includes:
Mostly this means you shouldn’t need to think about what gets bundled. Just write your tasks and we’ll take care of the rest. If you need to alter the bundling you use the trigger.config file.
/trigger
foldersYou can have multiple /trigger
folders in your repository.
/trigger
folder can have many tasks exported from it./trigger
folder can export many tasks.It is possible to manually set one or more folders as /trigger
folders in your trigger.config file.