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

feat: Doppler Integration for React Native Boilerplate #54

Open
abhishek310001 opened this issue Dec 12, 2024 · 0 comments · May be fixed by #61
Open

feat: Doppler Integration for React Native Boilerplate #54

abhishek310001 opened this issue Dec 12, 2024 · 0 comments · May be fixed by #61
Assignees
Labels
chore Housekeeping
Milestone

Comments

@abhishek310001
Copy link
Contributor

Description:

Integrate Doppler for secure and centralized environment variable management in preview and production environments. Update the CI/CD pipeline to fetch variables from Doppler during builds and deployments.

Requirements:

  1. Doppler Project Setup:

    • Configure a Doppler project with preview and production environments.
  2. Pipeline Integration:

    • Update CI/CD pipeline to fetch variables using Doppler CLI.
  3. Doppler CLI Installation:

    • Include steps to install and authenticate the Doppler CLI in the pipeline.
  4. Environment Management:

    • Replace existing .env setup with Doppler.
    • Test variable access in the app runtime.
  5. Documentation:

    • Update README to guide developers on using Doppler for local development and CI/CD.
  6. Testing:

    • Verify variable injection for both environments.
    • Test fallback behavior for missing variables.

Acceptance Criteria:

  • Doppler integration in CI/CD for preview and production.
  • Secure management and accessibility of environment variables.
  • Updated documentation and successful tests.
@abhishek310001 abhishek310001 linked a pull request Dec 17, 2024 that will close this issue
@govind-io govind-io added the chore Housekeeping label Jan 31, 2025
@govind-io govind-io added this to the Feb 2025 milestone Jan 31, 2025
@PunithKosana PunithKosana linked a pull request Feb 5, 2025 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment