diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index d9a690b..7d7c7f8 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -41,9 +41,9 @@ jobs: - name: 'Authenticate to Google Cloud' uses: 'google-github-actions/auth@v1' with: - workload_identity_provider: 'projects/702290345983/locations/global/workloadIdentityPools/my-pool/providers/my-provider' - service_account: 'trackbash@appspot.gserviceaccount.com' - project_id: 'trackbash' + workload_identity_provider: 'projects/927628257279/locations/global/workloadIdentityPools/my-pool/providers/my-provider' + service_account: 'ultima-ratio-221014@appspot.gserviceaccount.com' + project_id: 'ultima-ratio-221014' - name: 'Deploy' uses: 'google-github-actions/deploy-appengine@v1' @@ -56,3 +56,4 @@ jobs: artifacts: "dist/distro.zip" token: ${{ secrets.GITHUB_TOKEN }} tag: ${{ steps.package-version.outputs.current-version}} + diff --git a/bcp/package.json b/bcp/package.json index c758bf1..ac69936 100644 --- a/bcp/package.json +++ b/bcp/package.json @@ -1,6 +1,6 @@ { "name": "bcp", - "version": "2.0.1", + "version": "2.0.2", "repository": { "type": "git", "url": "git+https://github.com/runette/ultima-ratio.git" @@ -20,7 +20,7 @@ "scripts": { "ng": "ng", "start": "ng serve ", - "build": "source build.sh --configuration=production", + "build": "./build.sh --configuration=production", "deploy": "source deploy.sh", "IntTest": "source build.sh --configuration=itest", "test": "ng test", @@ -29,25 +29,25 @@ }, "private": true, "dependencies": { - "@angular-material-extensions/password-strength": "*", + "@angular-material-extensions/password-strength": "11", "@angular/animations": "14.0.4", - "@angular/cdk": "*", + "@angular/cdk": "14.0.4", "@angular/common": "14.0.4", - "@angular/compiler": "*", + "@angular/compiler": "14.0.4", "@angular/core": "14.0.4", - "@angular/fire": "*", - "@angular/flex-layout": "*", + "@angular/fire": "^7.4", + "@angular/flex-layout": "14.0.0-beta.40", "@angular/forms": "14.0.4", - "@angular/google-maps": "*", - "@angular/material": "^13.3.9", + "@angular/google-maps": "14.0", + "@angular/material": "14.0.4", "@angular/platform-browser": "14.0.4", - "@angular/platform-browser-dynamic": "*", - "@angular/router": "*", + "@angular/platform-browser-dynamic": "14.0.4", + "@angular/router": "14.0.4", "@googlemaps/markerclusterer": "*", "@types/firebase": "*", "firebase": "*", - "ng-gallery": "*", - "ngx-lightbox": "*", + "ng-gallery": "^7.0.0", + "ngx-auth-firebaseui": "7.1.0", "rxjs": "^6.6.7", "tslib": "*", "workbox-cacheable-response": "*", @@ -59,12 +59,11 @@ "workbox-window": "*" }, "devDependencies": { - "@angular-devkit/architect": "*", - "@angular-devkit/build-angular": "*", - "@angular/cli": "*", - "@angular/compiler-cli": "*", - "@angular/language-service": "*", - "@angular/localize": "*", + "@angular-devkit/build-angular": "14.0.4", + "@angular/cli": "14.0.4", + "@angular/compiler-cli": "14.0.4", + "@angular/language-service": "14.0.4", + "@angular/localize": "14.0.4", "@types/jasmine": "*", "@types/jasminewd2": "*", "@types/node": "*", diff --git a/bcp/src/environments/environment.prod.ts b/bcp/src/environments/environment.prod.ts index ccb4b34..6aa4658 100644 --- a/bcp/src/environments/environment.prod.ts +++ b/bcp/src/environments/environment.prod.ts @@ -30,5 +30,5 @@ export const environment = { projectId: PROJECT_ID, storageBucket: STORAGE_BUCKET, }, -apiUrl: 'https://stageing-dot-ultima-ratio-221014.nw.r.appspot.com/_ah/api' -} \ No newline at end of file +apiUrl: 'https://www.bigcannonproject.org/_ah/api' +}