Commit ad3c71c
committed
fix: Add AWS credentials check and deployment readiness validation
- Skip deployment job if AWS credentials are not configured
- Add deployment-check job with helpful instructions for setup
- Prevent AWS credentials error and provide clear guidance
- Tests and security scans will still run successfully
- Deployment activates automatically once secrets are configured
Setup instructions:
1. Go to GitHub repo settings/secrets/actions
2. Add AWS_ACCESS_KEY_ID, AWS_SECRET_ACCESS_KEY, API_KEY
3. Create ECR repository: neurobank-fastapi1 parent dd89acc commit ad3c71c
1 file changed
+40
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
74 | 74 | | |
75 | 75 | | |
76 | 76 | | |
77 | | - | |
| 77 | + | |
78 | 78 | | |
79 | 79 | | |
80 | 80 | | |
81 | 81 | | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
82 | 112 | | |
83 | 113 | | |
84 | 114 | | |
85 | 115 | | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
86 | 125 | | |
87 | 126 | | |
88 | 127 | | |
| |||
0 commit comments