Add the env file, so app builds with correct API info
All checks were successful
Build BAB Application Deployment Artifact / build (push) Successful in 3m3s

This commit is contained in:
2024-01-01 17:39:11 -05:00
parent ce169f6a61
commit 752421c9fc

View File

@@ -22,6 +22,9 @@ jobs:
run: yarn install
- name: Install Quasar CLI
run: yarn global add @quasar/cli
- name: 'Create env file'
run: |
echo "${{ secrets.ENV_FILE }}" > .env
- name: Build Project
run: quasar build -m pwa
- name: Get Version Number