Skip to content

Commit a09c9fe

Browse files
committed
🐛 fix(cd-ci): env variables
1 parent 0d5ce3b commit a09c9fe

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/ci-cd.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,8 +99,15 @@ jobs:
9999
NODE_ENV: production
100100
EXPO_PUBLIC_SUPABASE_URL: ${{ secrets.EXPO_PUBLIC_SUPABASE_URL }}
101101
EXPO_PUBLIC_SUPABASE_ANON_KEY: ${{ secrets.EXPO_PUBLIC_SUPABASE_ANON_KEY }}
102+
EXPO_PUBLIC_API_URL: http://56.228.14.41/api
103+
EXPO_PUBLIC_APP_VERSION: ${{ github.ref_name }}
104+
EXPO_PUBLIC_BUILD_NUMBER: ${{ github.run_number }}
105+
EXPO_PUBLIC_BUILD_DATE: ${{ github.run_started_at }}
106+
EXPO_PUBLIC_COMMIT_HASH: ${{ github.sha }}
107+
EXPO_PUBLIC_BUILD_ENV: production
102108
run: |
103109
cd client
110+
npm run build:version
104111
npm run build
105112
106113
- name: 🏗️ Build Server

0 commit comments

Comments
 (0)