Conversation
|
this has some git issues 😆 |
It says the name needs to be lowercase letters only |
the name of what now? |
fc3ee99 to
1c732a0
Compare
|
I think i fixed the git issues |
If you open the failed deployment logs, you'll see "Error: app name must consist of only lowercase letters, numbers, and dashes." The name of the app in |
1c732a0 to
285f73a
Compare
|
@intelagense when you get a chance can you generate a new Fly token with then follow these docs for the mongodb secrets we need: https://github.com/mongodb/atlas-github-action?tab=readme-ov-file#complete-the-prerequisites mongo atlas command: atlas organizations apiKeys create --desc "together pr review app" --role "ORG_OWNER" in the github secrets under SECRETS AND VARIABLES -> actions add:
|
285f73a to
71d5c6c
Compare
71d5c6c to
383b0c5
Compare
383b0c5 to
101b982
Compare
|
Error: required flag(s) "orgId" not set |
yeah i'm still having trouble with this PR |
5d4ddb0 to
595e672
Compare
Description
Adds CI/CD to create ephemeral apps for reviewing upon each PR
@eric will need to add these in the GitHub Secrets section
FLY_API_TOKEN - Fly.io API token
MONGODB_ATLAS_PUBLIC_API_KEY - MongoDB Atlas public API key
MONGODB_ATLAS_PRIVATE_API_KEY - Your MongoDB Atlas private API key
MONGODB_USERNAME - Username for MongoDB Atlas cluster
MONGODB_PASSWORD - Password for MongoDB Atlas cluster
Type of change
Please select everything applicable. Please, do not delete any lines.
Issue
Checklist:
npm run testandnpm run test:e2eand all tests have passed successfully or I have included details within my PR on the failure.npm run lintand resolved any outstanding errors. Most issues can be solved by executingnpm run format