Skip to content

Commit

Permalink
adding firebase
Browse files Browse the repository at this point in the history
  • Loading branch information
tylermarcuscross committed Mar 4, 2025
1 parent 758b90b commit 9a6a563
Show file tree
Hide file tree
Showing 11 changed files with 2,108 additions and 502 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ out/
npm-debug.log*
yarn-debug.log*
yarn-error.log*
github-app/logs

# OS files
.DS_Store
Expand Down
2 changes: 2 additions & 0 deletions cloudbuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,8 @@ steps:
- '--set-secrets'
- 'WEBHOOK_SECRET=push-to-prod-webhook-secret:latest,GEMINI_API_KEY=push-to-prod-gemini-key:latest,JIRA_EMAIL=push-to-prod-jira-email:latest,JIRA_API_TOKEN=push-to-prod-jira-token:latest,PRIVATE_KEY=push-to-prod-private-key:latest,APP_ID=push-to-prod-app-id:latest'
- '--allow-unauthenticated'
- '--service-account=frontend-service-account@$PROJECT_ID.iam.gserviceaccount.com'

waitFor: ['push-github-app']

- id: 'deploy-blast-radius'
Expand Down
5 changes: 2 additions & 3 deletions github-app/.env.example
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,5 @@ LOG_LEVEL=debug
# Go to https://smee.io/new set this to the URL that you are redirected to.
WEBHOOK_PROXY_URL=

# Jira API key
JIRA_API_KEY=
ANTHROPIC_API_KEY=
# Firebase configuration
FIREBASE_PROJECT_ID=
Loading

0 comments on commit 9a6a563

Please sign in to comment.