Skip to content

Commit 0dd354e

Browse files
committed
fix: Added pulling VITE_API_URL
1 parent 271f9d9 commit 0dd354e

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/deploy.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,12 @@ jobs:
1818

1919
- run: npm install
2020

21+
- name: Create .env file
22+
run: |
23+
touch .env
24+
echo VITE_API_URL=${{ secrets.VITE_API_URL }} >> .env
25+
cat .env
26+
2127
- run: npm run build
2228

2329
- uses: aws-actions/configure-aws-credentials@v1

0 commit comments

Comments
 (0)