A Project by https://github.com/sahabat-produktif
The pipeline will automatically deploy preview for every push to master OR every push containing "[preview]" in the commit message.
ybbobot will automatically add link on the comment of the deployed commit.
Example:
If you need, you can trigger preview deployment with an empty commit like this:
git commit --allow-empty -m "[preview]"
You can release to production by creating a release tag beginning with release-
You are encouraged to put the date & the time of release tag creation.
Example: release-20200518-2008 stands for a release tag created at 18 May 2020 at 20:08