Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 743 Bytes

README.md

File metadata and controls

9 lines (5 loc) · 743 Bytes

Github actions pack

Useful github actions pack for frontend repos from 2people team

  • deploy-react.yml: deploy react app to DigitalOcean. Most of other actions can be combined with it. Prerequisites: app should be dockerised && have nginx.conf ready (examples are in action folder).

  • discord-notify.yml: notifications about repo actions to discord channel. Can be used on new PR/PR review separately

  • bump-version.yml: action for auto bump npm package version based on commit message