Skip to content
This repository has been archived by the owner on Oct 3, 2024. It is now read-only.

Commit

Permalink
fix: prod behaves like dev (#232)
Browse files Browse the repository at this point in the history
Co-authored-by: Dennis Trümper <[email protected]>
  • Loading branch information
dennistruemper and Dennis Trümper authored Nov 2, 2023
1 parent fe45c98 commit 2cd96e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release_prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
run: npm ci

- name: build elm frontend
run: npm run build-fe-dev
run: npm run build-fe-prod
- name: deploy backend
env:
AMPT_API_KEY: ${{ secrets.AMPT_API_KEY }}
Expand Down

0 comments on commit 2cd96e4

Please sign in to comment.