- Make changes to the project
- Commit changes:
git add .
git commit -m "<commit_message>"
- Add tag to commit:
git tag <tag> <commit_hash>
- Push modification to
main
branch:git push origin main --tags
- Commit with tag will trigger GitHub Actions Deploy event