File tree Expand file tree Collapse file tree 7 files changed +45
-3
lines changed
Expand file tree Collapse file tree 7 files changed +45
-3
lines changed Original file line number Diff line number Diff line change 11name : Deploy Backend
22
33on :
4+ workflow_dispatch :
45 push :
56 branches : [ main ]
67 paths :
Original file line number Diff line number Diff line change 11name : Deploy Frontend
22
33on :
4+ workflow_dispatch :
45 push :
56 branches : [ main ]
67 paths :
Original file line number Diff line number Diff line change 1+ * .pem
2+ * .openssh
3+ * .key
4+
5+ route-tables.json
6+ ccg-ec2-trust.json
7+ github-actions-oidc-trust.json
8+
9+ frontend /oac.json
10+ frontend /distribution.json
11+ frontend /bucket-policy.json
12+
13+ .env
14+ .env. *
15+ ! .env.example
16+ ! .env.production
Original file line number Diff line number Diff line change @@ -10,4 +10,9 @@ frontend/bucket-policy.json
1010route-tables.json
1111
1212.env. *
13- ! .env.example
13+ ! .env.example
14+
15+ ccg-ec2-trust.json
16+ github-actions-oidc-trust.json
17+
18+ ! .env.production
Original file line number Diff line number Diff line change 1+ VITE_API_BASE_URL =
Original file line number Diff line number Diff line change @@ -22,4 +22,21 @@ dist-ssr
2222* .njsproj
2323* .sln
2424* .sw ?
25- .env
25+ .env
26+
27+ * .pem
28+ * .openssh
29+ * .key
30+
31+ frontend /oac.json
32+ frontend /distribution.json
33+ frontend /bucket-policy.json
34+ route-tables.json
35+
36+ .env. *
37+ ! .env.example
38+
39+ ccg-ec2-trust.json
40+ github-actions-oidc-trust.json
41+
42+ ! .env.production
Original file line number Diff line number Diff line change 33< head >
44 < meta charset ="UTF-8 " />
55 < meta name ="viewport " content ="width=device-width, initial-scale=1.0 " />
6- < title > Code Challenge Generator</ title >
6+ < title > Reilly Labs | AI Project Portfolio</ title >
7+ < link rel ="icon " type ="image/svg+xml " href ="/logo.svg " />
78</ head >
89< body >
910< div id ="root "> </ div >
You can’t perform that action at this time.
0 commit comments