Skip to content

Commit

Permalink
Production deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
m-kus committed Mar 22, 2022
1 parent fa1a25d commit f5979a0
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .env.development
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
NODE_ENV=development
VUE_APP_API_URI=https://api.better-call.dev/v1
VUE_APP_API_URI=https://bff.better-call.dev/v1
2 changes: 1 addition & 1 deletion .env.production
Original file line number Diff line number Diff line change
@@ -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
3 changes: 2 additions & 1 deletion .github/workflows/netlify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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)

Expand Down

0 comments on commit f5979a0

Please sign in to comment.