-
Notifications
You must be signed in to change notification settings - Fork 24
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
CI/CD pipeline implementation for frontend of powerpayapp #61
Conversation
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.
Good work @Koufan-De-King. Please proceed to the changes
Understood sir. Adjusting the changes immediately! |
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.
The changes were done.
uses: actions/upload-artifact@v3 | ||
with: | ||
name: production-files | ||
path: power-pay-frontend |
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.
Why taking this path? Why not power-pay-frontend/build
?
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 was aiming for a match between the path and the publish_dir. Should I also change the publish_dir to the same or just the path?
@Koufan-De-King i said power-pay-frontend/build. But instead of build you should try with dist then |
I have tried with power-pay-frontend/dist |
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.
Good work
…werpayapp (ADORSYS-GIS#61) * feat(CI/CD): testing CI/CD pipeline for deployment of frontend * feat(CI/CD): properly configured files for frontend deployment
…werpayapp (ADORSYS-GIS#61) * feat(CI/CD): testing CI/CD pipeline for deployment of frontend * feat(CI/CD): properly configured files for frontend deployment
-A CI file named build-and-deploy-pwa.yaml was added to the workflow folder.
-Some additional configurations in the power-pay-frontend directory were made, such as in the package.json file to make the deployment possible.
-Sorry for the too many commits, that's because the deployment had to be tested many times over.