Skip to content

Commit 4e44686

Browse files
committed
Fix CD
1 parent 854a07d commit 4e44686

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

.github/workflows/frontend-cd.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ jobs:
1818
cd frontend
1919
npm ci
2020
npm run build
21+
env:
22+
VITE_GOOGLE_API_KEY: ${{ secrets.VITE_GOOGLE_API_KEY }}
2123
- name: Commit build
2224
run: |
2325
git config --global user.email "github-actions@github.com"
Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

frontend/dist/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
/>
1010
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
1111
<title>TigerLift</title>
12-
<script type="module" crossorigin src="/assets/index-DYpbphE9.js"></script>
12+
<script type="module" crossorigin src="/assets/index-BQ_8HAwb.js"></script>
1313
<link rel="stylesheet" crossorigin href="/assets/index-ZfIqqWKs.css">
1414
</head>
1515
<body>

0 commit comments

Comments
 (0)