Skip to content

Commit

Permalink
Merge pull request #111 from runette/v2-update
Browse files Browse the repository at this point in the history
Update environment.prod.ts
  • Loading branch information
runette authored Jun 5, 2023
2 parents f29ca69 + df6765a commit 0655b62
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 24 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand All @@ -56,3 +56,4 @@ jobs:
artifacts: "dist/distro.zip"
token: ${{ secrets.GITHUB_TOKEN }}
tag: ${{ steps.package-version.outputs.current-version}}

37 changes: 18 additions & 19 deletions bcp/package.json
Original file line number Diff line number Diff line change
@@ -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"
Expand All @@ -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",
Expand All @@ -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": "*",
Expand All @@ -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": "*",
Expand Down
4 changes: 2 additions & 2 deletions bcp/src/environments/environment.prod.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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'
}
apiUrl: 'https://www.bigcannonproject.org/_ah/api'
}

0 comments on commit 0655b62

Please sign in to comment.