Tasks
The default publication called main
creates the following four tasks:
-
gitPublishResetAndSync
- Resets the local copy of the repository to a usable state, then copies content into the repository. -
gitPublishCommit
- Commits the latest content into the local repository. -
gitPublishPush
- Pushes the content to remote repository.
gitPublishReset & gitPublishPush require valid credentials in order to execute.
|
Additional publications will create similar tasks, but using a naming convention of gitPublish<NAME>(ResetAndSync|Commit|Push)
.
For instance a publication called pages
, will create gitPublishPagesResetAndSync
, gitPublishPagesCommit
and gitPublishPagesPush
.