UNCLASSIFIED

"master/README.md" did not exist on "master"
Commit 1bd1bf2c authored by Graham Smith's avatar Graham Smith
Browse files

rename to launchboard

parent d54e2711
......@@ -12,7 +12,7 @@ include:
file: "/jobs/promote/copy-static-site.yml"
variables:
SITE_NAME: platform1-surfboard
SITE_NAME: platform1-launchboard
DEPLOY_REPO: https://jdceanfa:${CI_STATIC_SITES_TOKEN}@repo1.dsop.io/platform-one/apps/static-sites.git #<---- hate this (need to fix) - don't want to use tokens
.npm_template:
......
# surfboard
# launchboard
Static site for https://p1-surfboard.dsop.io (coming soon)
(staging available now: https://p1-surfboard.preprod.dsop.io)
Static site for https://launchboard.dsop.io (coming soon)
(staging available now: https://launchboard.preprod.dsop.io)
## Project setup
......
{
"name": "platform1-surfboard",
"name": "platform1-launchboard",
"version": "0.1.0",
"lockfileVersion": 1,
"requires": true,
......
{
"name": "platform1-surfboard",
"name": "platform1-launchboard",
"version": "0.1.0",
"private": true,
"scripts": {
......
......@@ -8,37 +8,38 @@
content="width=device-width,initial-scale=1.0,shrink-to-fit=no"
/>
<!-- Primary Meta Tags -->
<title>Platform One: Surfboard</title>
<meta name="title" content="Platform One: Surfboard" />
<title>Platform One: Launchboard</title>
<meta name="title" content="Platform One: Launchboard" />
<meta
name="description"
content="An internal dashboard for Platform One personnel"
/>
<!-- TODO: change meta urls to prod once it is available -->
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website" />
<meta property="og:url" content="https://surfboard.p1.dsop.io/" />
<meta property="og:title" content="Platform One: Surfboard" />
<meta property="og:url" content="https://launchboard.preprod.dsop.io/" />
<meta property="og:title" content="Platform One: Launchboard" />
<meta
property="og:description"
content="An internal dashboard for Platform One personnel"
/>
<meta
property="og:image"
content="https://surfboard.p1.dsop.io/static/meta-logo.png"
content="https://launchboard.preprod.dsop.io/static/meta-logo.png"
/>
<!-- Twitter -->
<meta property="twitter:card" content="summary_large_image" />
<meta property="twitter:url" content="https://surfboard.p1.dsop.io/" />
<meta property="twitter:title" content="Platform One: Surfboard" />
<meta property="twitter:url" content="https://launchboard.preprod.dsop.io/" />
<meta property="twitter:title" content="Platform One: Launchboard" />
<meta
property="twitter:description"
content="An internal dashboard for Platform One personnel"
/>
<meta
property="twitter:image"
content="https://surfboard.p1.dsop.io/static/meta-logo.png"
content="https://launchboard.preprod.dsop.io/static/meta-logo.png"
/>
<!-- Favicon -->
......@@ -50,7 +51,7 @@
<body data-oc-top="#031726" data-oc-bottom="#04243a">
<noscript>
<strong>
We're sorry but Platform 1's Surfboard site doesn't work properly
We're sorry but Platform One's Launchboard site doesn't work properly
without JavaScript enabled. Please enable it to continue.
</strong>
</noscript>
......
......@@ -7,7 +7,7 @@
"confluence": "https://confluence.il2.dsop.io/display/P1/Static+Sites+Pipeline"
},
"latestPipeline": {
"name": "Merge branch 'staging-v0.0.2-platform1-surfboard' into 'staging'",
"name": "Merge branch 'staging-v0.0.2-platform1-launchboard' into 'staging'",
"status":"passed",
"jobs": [
{
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment