Skip to content

Commit

Permalink
move after build
Browse files Browse the repository at this point in the history
  • Loading branch information
brandonnorsworthy committed Sep 23, 2024
1 parent ce1b2b6 commit 3000cba
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/cicd-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,14 @@ jobs:
- name: Install dependencies
run: npm install

- name: Build the project
run: npm run build

- name: Create environment file
run: |
echo "NODE_ENV=production" > dist/.env
echo "VITE_API_URL=${{ secrets.VITE_API_URL }}" >> dist/.env
- name: Build the project
run: npm run build

# - name: Run tests
# env:
# NODE_ENV: dev
Expand Down

0 comments on commit 3000cba

Please sign in to comment.