Skip to content

Commit af02364

Browse files
committed
add .pduction env
1 parent 205f2ab commit af02364

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,7 @@ jobs:
5151
run: yarn test
5252

5353
- name: Build 🏗️
54-
run: yarn generate
55-
env:
56-
BASE_URL: https://api.httpsms.com
54+
run: mv .env.production .env && yarn generate
5755

5856
- name: Deploy 🚀
5957
uses: FirebaseExtended/action-hosting-deploy@v0

web/.env.production

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
BASE_URL=https://api.httpsms.com

0 commit comments

Comments
 (0)