Skip to content

Commit

Permalink
Create preview build for dev branche instead of dev-client
Browse files Browse the repository at this point in the history
  • Loading branch information
elektrolytmangel committed Nov 17, 2023
1 parent 4986745 commit 8da97ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/app-deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:

env:
APP_SRC_PATH: "./app/defikarte/" # set this to the path to your web app project, defaults to the repository root
RELEASE_PROFILE: "${{ github.ref == 'refs/heads/main' && 'production' || 'development' }}"
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 }}
REACT_NATIVE_API_KEY: ${{ secrets.AZURE_FUNCTIONAPP_API_KEY }}
Expand Down

0 comments on commit 8da97ae

Please sign in to comment.