Skip to content
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

[FEATURE] Setup CI/CD - GitHub Actions #24

Open
AVS1508 opened this issue Feb 6, 2023 · 0 comments
Open

[FEATURE] Setup CI/CD - GitHub Actions #24

AVS1508 opened this issue Feb 6, 2023 · 0 comments
Assignees
Labels
devops Devops issue/PR enhancement New feature or request
Milestone

Comments

@AVS1508
Copy link
Collaborator

AVS1508 commented Feb 6, 2023

Overview

Add GitHub Actions to streamline the continuous deployment and integrations.

  1. Add a GitHub Action to build and test the React application before every merge into main branch, i.e. run when a PR is created that targets merging into the main branch. Reference: https://levelup.gitconnected.com/strengthen-a-react-application-with-github-and-github-actions-62977a781b37
  2. Add a GitHub Action to automatically deploy Firebase Cloud Functions after every merge into main branch where a change in the functions/ directory is observed, i.e. run when a PR is merged into main branch which has some changes in the functions/ directory. Reference: https://davelms.medium.com/deploy-firebase-functions-using-github-actions-7dbafbd4df77
@AVS1508 AVS1508 added the enhancement New feature or request label Feb 6, 2023
@AVS1508 AVS1508 modified the milestones: Sprint #1, Sprint #2 Feb 6, 2023
@AVS1508 AVS1508 added the devops Devops issue/PR label Feb 6, 2023
@sahilgupta17 sahilgupta17 self-assigned this Feb 12, 2023
@AVS1508 AVS1508 self-assigned this Feb 15, 2023
@AVS1508 AVS1508 modified the milestones: Sprint #2, Sprint #3 Feb 16, 2023
@AVS1508 AVS1508 changed the title Setup CI/CD - GitHub Actions [FEATURE] Setup CI/CD - GitHub Actions Feb 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
devops Devops issue/PR enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants