Skip to content

Commit

Permalink
Deploy to custom domain
Browse files Browse the repository at this point in the history
  • Loading branch information
vivekweb2013 committed May 28, 2022
1 parent 979f27c commit 1b661a4
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@ jobs:
# it is useful in case you are deploying to github pages & app is served from https://username.github.io/repository
# in this case you can simply specify the repository name as the value of this variable.
# set this empty if the app is being deployed to the root location.
REACT_APP_BASENAME: batnoter
REACT_APP_BASENAME:

# REACT_APP_API_SERVER is the url of batnoter api server
REACT_APP_API_SERVER: https://batnoter.herokuapp.com
REACT_APP_API_SERVER: https://api.batnoter.com
run: |
npm ci
npm run build
Expand All @@ -47,3 +47,4 @@ jobs:
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./build
cname: batnoter.com

0 comments on commit 1b661a4

Please sign in to comment.