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

ci: Connect Netlify preview to cloud database #134

Open
nikiburggraf opened this issue Oct 22, 2024 · 2 comments
Open

ci: Connect Netlify preview to cloud database #134

nikiburggraf opened this issue Oct 22, 2024 · 2 comments
Assignees

Comments

@nikiburggraf
Copy link
Contributor

Maybe also spin up cloud server when a PR is created as a gh action

@nikiburggraf nikiburggraf self-assigned this Oct 22, 2024
@nikiburggraf
Copy link
Contributor Author

maybe add job to existing webpreview workflow
maybe add aws creds to gh repo secrets
check readme to grab/push anon key and URL to flutter -- whatever way is more secure -- may need to decrypt/recrypt

@nikiburggraf
Copy link
Contributor Author

  1. create custom gh action
  2. add gh workflow
    1. workflow dispatch (same as 1)
  3. Add job in web preview
    1. spin up test service (same as 1)
jobs:
   steps:
       - name: deploy-test
          uses: ./actions/deploytest

doublecheck permissions for actions/workflows bc don't want arbitrary folks to be able to spend aws money

  • can do a toy example by creating something personally and having don try to dispatch the workflow

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant