Skip to content

Commit

Permalink
main deployment: use dev backend for now
Browse files Browse the repository at this point in the history
  • Loading branch information
eimrek committed Sep 9, 2024
1 parent 87c4c81 commit b3f4035
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:

- name: Build project with production backend
if: github.ref_name == 'main'
run: npm run build:be-prod
run: npm run build:be-dev

- name: Deploy to GitHub Pages
uses: JamesIves/github-pages-deploy-action@v4
Expand Down

0 comments on commit b3f4035

Please sign in to comment.