Skip to content

Demo deployments (manual) #158

Demo deployments (manual)

Demo deployments (manual) #158

Manually triggered October 16, 2024 20:26
Status Success
Total duration 5m 18s
Artifacts 4

demo-deploys.yml

on: workflow_dispatch
faucet-demo  /  build-faucet
1m 7s
faucet-demo / build-faucet
onboarding-demo  /  build-onboarding-api
1m 8s
onboarding-demo / build-onboarding-api
pinning-demo  /  build-pinning-api
54s
pinning-demo / build-pinning-api
app-demo  /  deploy-app
30s
app-demo / deploy-app
faucet-demo  /  deploy-faucet
1m 28s
faucet-demo / deploy-faucet
onboarding-demo  /  deploy-onboarding-api
1m 32s
onboarding-demo / deploy-onboarding-api
pinning-demo  /  deploy-pinning-api
1m 34s
pinning-demo / deploy-pinning-api
app-demo  /  notify
0s
app-demo / notify
Fit to window
Zoom out
Zoom in

Annotations

18 warnings and 1 notice
pinning-demo / build-pinning-api
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c, actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c, actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
onboarding-demo / build-onboarding-api
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c, actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c, actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
faucet-demo / build-faucet
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c, actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c, actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
pinning-demo / deploy-pinning-api
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c, actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a, google-github-actions/auth@ef5d53e30bbcd8d0836f4288f5e50ff3e086997d, google-github-actions/deploy-cloud-functions@14509ca55199d9348161571e36c48e44f855030d, google-github-actions/setup-gcloud@d51b5346f85640ec2aa2fa057354d2b82c2fcbce. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
faucet-demo / deploy-faucet
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c, actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a, google-github-actions/auth@ef5d53e30bbcd8d0836f4288f5e50ff3e086997d, google-github-actions/deploy-cloud-functions@14509ca55199d9348161571e36c48e44f855030d, google-github-actions/setup-gcloud@d51b5346f85640ec2aa2fa057354d2b82c2fcbce. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
onboarding-demo / deploy-onboarding-api
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c, actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a, google-github-actions/auth@ef5d53e30bbcd8d0836f4288f5e50ff3e086997d, google-github-actions/deploy-cloud-functions@14509ca55199d9348161571e36c48e44f855030d, google-github-actions/setup-gcloud@d51b5346f85640ec2aa2fa057354d2b82c2fcbce. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
app-demo / build-app
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c, actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c, actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
app-demo / build-app: centrifuge-app/src/components/InvestRedeem/InvestRedeemCentrifugeProvider.tsx#L100
React Hook React.useEffect has a missing dependency: 'connectedType'. Either include it or remove the dependency array
app-demo / build-app: centrifuge-app/src/components/InvestRedeem/InvestRedeemDrawer.tsx#L77
React Hook React.useMemo has a missing dependency: 'pool.currency.decimals'. Either include it or remove the dependency array
app-demo / build-app: centrifuge-app/src/components/PoolCard/index.tsx#L185
The 'calculateApy' function makes the dependencies of useMemo Hook (at line 223) change on every render. Move it inside the useMemo callback. Alternatively, wrap the definition of 'calculateApy' in its own useCallback() Hook
app-demo / build-app: centrifuge-app/src/components/PoolList.tsx#L47
'isExtraLarge' is assigned a value but never used
app-demo / build-app: centrifuge-app/src/components/PoolList.tsx#L130
'isExtraLarge' is assigned a value but never used
app-demo / build-app: centrifuge-app/src/components/PoolOverview/TrancheTokenCards.tsx#L135
React Hook useMemo has a missing dependency: 'pool?.currency.symbol'. Either include it or remove the dependency array
app-demo / build-app: centrifuge-app/src/components/PoolOverview/TrancheTokenCards.tsx#L149
React Hook useMemo has a missing dependency: 'calculateApy'. Either include it or remove the dependency array
app-demo / deploy-app
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c, actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a, google-github-actions/auth@ef5d53e30bbcd8d0836f4288f5e50ff3e086997d, google-github-actions/setup-gcloud@62d4898025f6041e16b1068643bfc5a696863587. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
app-demo / deploy-app
Unexpected input(s) 'cors_config', valid inputs are ['bucket_url', 'GWIP', 'GSA', 'artifact_name']
app-demo / deploy-app
Unexpected input(s) 'cors_config', valid inputs are ['bucket_url', 'GWIP', 'GSA', 'artifact_name']
Deprecation notice: v1, v2, and v3 of the artifact actions
The following artifacts were uploaded using a version of actions/upload-artifact that is scheduled for deprecation: "faucet-api", "onboarding-api-demo", "pinning-api-demo", "webpack-demo". Please update your workflow to use v4 of the artifact actions. Learn more: https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/
front_URL
app-demo.k-f.dev

Artifacts

Produced during runtime
Name Size
faucet-api Expired
8.01 MB
onboarding-api-demo Expired
10 MB
pinning-api-demo Expired
212 KB
webpack-demo Expired
8.89 MB