Compare commits

...

3 commits

Author SHA1 Message Date
Alan Bridgeman
a1ef2e57e6 Attempting to fix integrity issue when building the image
Some checks failed
Build and deploy Main Bridgeman Accessible website to QA/Stagging (private Kubernetes cluster) / build (push) Failing after 35s
Build and deploy Main Bridgeman Accessible website to QA/Stagging (private Kubernetes cluster) / deploy (push) Has been skipped
2025-06-10 11:56:46 -05:00
Alan Bridgeman
65b7aa9d4c Had commented out the wrong line in the Dockerfile
Some checks failed
Build and deploy Main Bridgeman Accessible website to QA/Stagging (private Kubernetes cluster) / build (push) Failing after 49s
Build and deploy Main Bridgeman Accessible website to QA/Stagging (private Kubernetes cluster) / deploy (push) Has been skipped
2025-06-10 11:52:34 -05:00
Alan Bridgeman
caa2f2a161 Attempting to fix automation problems
Some checks failed
Build and deploy Main Bridgeman Accessible website to QA/Stagging (private Kubernetes cluster) / build (push) Failing after 9s
Build and deploy Main Bridgeman Accessible website to QA/Stagging (private Kubernetes cluster) / deploy (push) Has been skipped
2025-06-10 11:34:57 -05:00
3 changed files with 5 additions and 4 deletions

View file

@ -5,7 +5,7 @@ WORKDIR /usr/src/app
# Install app dependencies # Install app dependencies
COPY package*.json ./ COPY package*.json ./
COPY .npmrc ./ #COPY .npmrc ./
COPY yarn.lock ./ COPY yarn.lock ./
RUN yarn install --frozen-lockfile RUN yarn install --frozen-lockfile

View file

@ -1,6 +1,6 @@
{ {
"name": "ba-website", "name": "ba-website",
"version": "1.0.16", "version": "1.0.19",
"description": "The Bridgeman Accessible main website", "description": "The Bridgeman Accessible main website",
"main": "server.js", "main": "server.js",
"scripts": { "scripts": {
@ -10,6 +10,7 @@
}, },
"dependencies": { "dependencies": {
"@BridgemanAccessible/ba-auth": "^1.0.0", "@BridgemanAccessible/ba-auth": "^1.0.0",
"@BridgemanAccessible/ba-logging": "^1.0.0",
"@BridgemanAccessible/ba-web-framework": "^1.0.0", "@BridgemanAccessible/ba-web-framework": "^1.0.0",
"@BridgemanAccessible/listmonk-node-client": "^1.0.0", "@BridgemanAccessible/listmonk-node-client": "^1.0.0",
"ejs": "^3.1.6", "ejs": "^3.1.6",

View file

@ -22,8 +22,8 @@
"@BridgemanAccessible/ba-logging@^1.0.0": "@BridgemanAccessible/ba-logging@^1.0.0":
version "1.0.0" version "1.0.0"
resolved "https://npm.pkg.bridgemanaccessible.ca/@BridgemanAccessible/ba-logging/-/ba-logging-1.0.0.tgz#354bbf9c4e9e8c6e72b9e3e4b353519aac54f6a2" resolved "https://npm.pkg.bridgemanaccessible.ca/@BridgemanAccessible/ba-logging/-/ba-logging-1.0.0.tgz#367c4aa6fbc5278073f9750f76406e2a25aba9df"
integrity sha512-LOkh1PL7U31NVtZrWOLRbPvmBchE/Mp1CzTWwFDRch9lTAITYvfrPLhWcBLDm98sE64fBluMqeok8ZEfqPoq2Q== integrity sha512-PuryL6BIrZgny8iKDPrZSoOwrGvr2kDVpKjNzJk6Z1o16vbxNRguU0hHCPCYVhpxdgFORJfH6GJlgY4kkk8Qlg==
dependencies: dependencies:
axios "^1.8.4" axios "^1.8.4"
express "^4.21.2" express "^4.21.2"