Tasks
The default publication called main
creates the following four tasks:
-
gitPublishReset
- Resets the local copy of the repository to a usable state. -
gitPublishSync
- 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>(Reset|Sync|Commit|Push)
.
For instance a publication called pages
, will create gitPublishPagesReset
, gitPublishPagesSync
, gitPublishPagesCommit
and gitPublishPagesPUsh
.