Skip to content

Commit

Permalink
ci: fix
Browse files Browse the repository at this point in the history
  • Loading branch information
microHoffman committed Nov 30, 2024
1 parent 4b7c341 commit 109580b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
echo "BUILD_COMMAND=bun run build-prod" >> $GITHUB_ENV
else
echo "ENV_FILE=.env.app.development" >> $GITHUB_ENV
echo "BUILD_COMMAND=bun run build-prod" >> $GITHUB_ENV
echo "BUILD_COMMAND=bun run build-dev" >> $GITHUB_ENV
fi
- name: Checkout
Expand Down

0 comments on commit 109580b

Please sign in to comment.