Update envfile
All checks were successful
Build BAB Application Deployment Artifact / build (push) Successful in 3m3s

This commit is contained in:
2024-01-01 18:30:54 -05:00
parent 752421c9fc
commit 2ef801905b

View File

@@ -10,6 +10,9 @@ jobs:
build:
runs-on: ubuntu-18.04
steps:
- name: Create env file
run: |
echo "${{ vars.ENV_FILE }}" > .env
- name: Checkout
uses: actions/checkout@v2
- name: Setup Node
@@ -22,9 +25,6 @@ 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