diff --git a/.env.development b/.env.development index a703200f..4600706f 100644 --- a/.env.development +++ b/.env.development @@ -1,2 +1,2 @@ NODE_ENV=development -VUE_APP_API_URI=https://api.better-call.dev/v1 \ No newline at end of file +VUE_APP_API_URI=https://bff.better-call.dev/v1 \ No newline at end of file diff --git a/.env.production b/.env.production index 88799baa..31b62280 100644 --- a/.env.production +++ b/.env.production @@ -1,3 +1,3 @@ NODE_ENV=production BASE_URL=https://better-call.dev/ -VUE_APP_API_URI=https://api.better-call.dev/v1 +VUE_APP_API_URI=https://bff.better-call.dev/v1 diff --git a/.github/workflows/netlify.yml b/.github/workflows/netlify.yml index 0e766c3e..7dbe07fc 100644 --- a/.github/workflows/netlify.yml +++ b/.github/workflows/netlify.yml @@ -30,7 +30,8 @@ jobs: enable-pull-request-comment: false enable-commit-comment: false overwrites-pull-request-comment: false - alias: ${{ github.ref_name }} + production-deploy: true + github-deployment-environment: production env: NETLIFY_AUTH_TOKEN: ${{ secrets.NETLIFY_AUTH_TOKEN }} NETLIFY_SITE_ID: ${{ secrets.NETLIFY_SITE_ID }} diff --git a/README.md b/README.md index 4b82fa65..25e94080 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,4 @@ # Better Call Dev -[![Netlify Status](https://api.netlify.com/api/v1/badges/6a60986c-ca93-4186-a391-1d9ddc5d2606/deploy-status)](https://app.netlify.com/sites/better-call-dev/deploys) [![Made With: Vue.js](https://img.shields.io/badge/vue-2.6.10-green.svg?)](https://vuejs.org) [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)