Page MenuHomePhabricator

[e.cash] Add redirect for /roadmap-explained
ClosedPublic

Authored by johnkuney on Jul 25 2023, 02:55.

Details

Reviewers
Fabien
Group Reviewers
Restricted Project
Commits
rABCf8e7711a993e: [e.cash] Add redirect for /roadmap-explained
Summary

adding redirect for /roadmap-explained
as outlined here https://nextjs.org/docs/pages/api-reference/next-config-js/redirects

Test Plan

preview the site and check /roadmap-explained redirects to /roadmap

Diff Detail

Repository
rABC Bitcoin ABC
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

Tail of the build log:

#1 [internal] load build definition from Dockerfile
#1 sha256:2944d4f8043e64a9756c3ae188000f7a21df9640dcb22e0cc3375cdcfdeba7c5
#1 transferring dockerfile: 118B done
#1 DONE 0.0s

#2 [internal] load .dockerignore
#2 sha256:140a4c2124172e52cc398001b8a76e95cc0709fe39d65bf32ee2607cecb80ca0
#2 transferring context: 2B done
#2 DONE 0.0s

#4 [auth] library/node:pull token for registry-1.docker.io
#4 sha256:7036a832e34ccf59e3ccd371e32184529c4cec7aa46fe6b1cd03c77e90885888
#4 DONE 0.0s

#3 [internal] load metadata for docker.io/library/node:16
#3 sha256:fcebe6595ccabc9db4d2477733f2265fb18ca302607dd9a9e445f4ebdfd1189a
#3 DONE 0.2s

#5 [1/4] FROM docker.io/library/node:16@sha256:466d0a05ecb1e5b9890960592311fa10c2bc6012fc27dbfdcc74abf10fc324fc
#5 sha256:c284cb112c5df22c58bedeb6d24c1016d38c40f239f582bfc19c2ae0ff1d7b69
#5 DONE 0.0s

#6 [internal] load build context
#6 sha256:eb0b71409891e088e4e9a63e84453166f35aeb0776e01abc8cd228d6ffae1c72
#6 transferring context: 47.83MB 0.2s done
#6 DONE 0.2s

#7 [2/4] COPY . .
#7 sha256:a09c151c6d6575f81353c356cf099a36aefe0f5ca16485d2c11d653427fcf121
#7 CACHED

#8 [3/4] RUN npm ci
#8 sha256:0d3c44e30552cc332682e3ed5d2fc832f3c63c0b21f9eaa67a48a803bb5c3dc5
#8 CACHED

#9 [4/4] RUN npm run build
#9 sha256:b31494f8e7e9fcb88739d1bc04001ce69dda509c9c61d6f3a5d8e85855356197
#9 CACHED

#10 exporting to image
#10 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00
#10 exporting layers done
#10 writing image sha256:18d7a08444c32137ac1f3c74359fb8bbe1560b2d24100eb0902c8b199792a261 0.0s done
#10 naming to docker.io/library/preview-e.cash-459717e3d done
#10 DONE 0.1s
docker: Error response from daemon: Conflict. The container name "/preview-e.cash-459717e3d" is already in use by container "f233ad4784abc4155dd2b3192a3ad78c17105196900804195d8810b760cd2d3f". You have to remove (or rename) that container to be able to reuse that name.
See 'docker run --help'.
Build preview-e.cash failed with exit code 125

IDK why the bot didn't post the message with the link above... but the build was successful and the container is still running as expected

This revision is now accepted and ready to land.Jul 25 2023, 14:04