Skip to content

Commit

Permalink
migrate database
Browse files Browse the repository at this point in the history
  • Loading branch information
Tschonti committed Jan 12, 2024
1 parent 5ed4732 commit 9bbec66
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-latest
name: Build and Deploy Job
env:
VITE_FUNC_HOST: https://pontozo.azurewebsites.net
VITE_FUNC_HOST: https://pontozo-api.azurewebsites.net
VITE_APIM_HOST: https://pontozoapim.azure-api.net
VITE_APIM_KEY: ${{ secrets.APIM_KEY }}
VITE_CLIENT_ID: ${{ secrets.CLIENT_ID }}
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -41,3 +41,4 @@ Thumbs.db
.env
local.settings.json
az-login.bat
/.nx/cache
2 changes: 1 addition & 1 deletion packages/functions/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"defaultConfiguration": "prod",
"configurations": {
"prod": {
"name": "pontozo"
"name": "pontozo-api"
}
}
}
Expand Down

0 comments on commit 9bbec66

Please sign in to comment.