Skip to content

Commit

Permalink
Merge pull request #175 from OpenBracketsCH/development
Browse files Browse the repository at this point in the history
Update readMe, clean up unused folders and items
  • Loading branch information
chnuessli authored Nov 18, 2023
2 parents 45326bb + ccffe6f commit 55dfb7e
Show file tree
Hide file tree
Showing 135 changed files with 121 additions and 741 deletions.
Binary file removed .DS_Store
Binary file not shown.
15 changes: 0 additions & 15 deletions .expo/README.md

This file was deleted.

2 changes: 1 addition & 1 deletion .github/workflows/app-deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:
workflow_dispatch:

env:
APP_SRC_PATH: "./app/defikarte/" # set this to the path to your web app project, defaults to the repository root
APP_SRC_PATH: "./app/" # set this to the path to your web app project, defaults to the repository root
RELEASE_PROFILE: "${{ github.ref == 'refs/heads/main' && 'production' || 'preview' }}"
REACT_NATIVE_BASE_URL: "${{ github.ref == 'refs/heads/main' && 'https://defikarte-backend.azurewebsites.net/api' || 'https://defikarte-backend-staging.azurewebsites.net/api' }}"
REACT_NATIVE_GOOGLE_MAPS_API_KEY: ${{ secrets.GOOGLE_MAPS_API }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/backend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ on:

env:
AZURE_FUNCTIONAPP_NAME: defikarte-backend # set this to your application's name
AZURE_FUNCTIONAPP_PACKAGE_PATH: './backend/DefikarteBackend/DefikarteBackend/' # set this to the path to your web app project, defaults to the repository root
AZURE_FUNCTIONAPP_PACKAGE_PATH: './backend/' # set this to the path to your web app project, defaults to the repository root
DOTNET_VERSION: '6.0.x' # set this to the dotnet version to use
SLOT_NAME: "${{ github.ref == 'refs/heads/main' && 'production' || 'staging' }}"

Expand Down
3 changes: 0 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1 @@

.DS_Store
.DS_Store
.DS_Store
5 changes: 0 additions & 5 deletions .vscode/settings.json

This file was deleted.

49 changes: 0 additions & 49 deletions Documentation.md

This file was deleted.

Binary file removed Mockups/App_Wireframes.bmpr
Binary file not shown.
Binary file removed Mockups/Mockup_PDF's.pdf
Binary file not shown.
3 changes: 0 additions & 3 deletions Mockups/README.md

This file was deleted.

223 changes: 0 additions & 223 deletions OsmApi/OSMAPI.postman_collection.json

This file was deleted.

Loading

0 comments on commit 55dfb7e

Please sign in to comment.