-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add github action to deploy app #195
Conversation
@mohitkyadav we need to set |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I guess this should do
Co-authored-by: Aashutosh Rathi <aashutoshrathi@gmail.com>
Also, this PR should point to release, right? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Take a pull of |
@mohitkyadav to create a release we have to create a tag |
done @aashutoshrathi |
* 🔒 fix: npm audit * feat: add GitHub action to deploy app (#195) [Fixes #67] * add GitHub action to deploy the app * Update .github/workflows/build.yml * Update build.yml Co-authored-by: Aashutosh Rathi <aashutoshrathi@gmail.com> * Break Helper into different services and all (#194) * init utils.js * 🔧 utils: Move more utility general function to utils.js * ✨ add: nodeService, dbService, initializeService * ✨ feat: Finish breaking helper in services * ✨ fix: More cleanup * 📝 docs: Add function docstrings * 📝 Finish documenting dbService * ✨ fix: Refer to Download Notification the right way * 📝 Document Node Service * Change docstring format * Fix Build due to missing default entry (#199) * Allow Alphanumeric Invoice Number and Increments too (#201) * 📦 feat: Add The Incrementor * 🐛 fix: Parsing issues * 💚 bump: Update react-pdf and pdfjs files to remove warnings * ✨ fix: Made a stable update state to remove lone warning * add comment of supported format for incrementor Co-authored-by: Mohit K. Yadav <mohitkyadav@outlook.com> * 🏁 bump: v0.4.11 Co-authored-by: Mohit Kumar Yadav <mohitkyadav@outlook.com>
Fixes #67