Skip to content

Commit

Permalink
all works with render api
Browse files Browse the repository at this point in the history
  • Loading branch information
Ljuzifer committed Aug 18, 2024
1 parent a6860c9 commit 6378a7c
Show file tree
Hide file tree
Showing 17 changed files with 38 additions and 461 deletions.
2 changes: 2 additions & 0 deletions .env.example
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
REACT_APP_BASE_LOCAL_API_URL=
REACT_APP_BASE_RENDER_API_URL=
3 changes: 3 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ jobs:
npm install
npm run lint:js
npm run build
env:
REACT_APP_BASE_LOCAL_API_URL: ${{secrets.REACT_APP_BASE_LOCAL_API_URL}}
REACT_APP_BASE_RENDER_API_URL: ${{secrets.REACT_APP_BASE_RENDER_API_URL}}

- name: Deploy 🚀
uses: JamesIves/github-pages-deploy-action@4.1.0
Expand Down
94 changes: 0 additions & 94 deletions README.RO.md

This file was deleted.

105 changes: 0 additions & 105 deletions README.en.md

This file was deleted.

105 changes: 0 additions & 105 deletions README.es.md

This file was deleted.

Loading

0 comments on commit 6378a7c

Please sign in to comment.