From f2749ac002466f001f4408dc2be0c14a8376fa14 Mon Sep 17 00:00:00 2001 From: Ben Wynn Date: Tue, 6 Apr 2021 09:42:42 -0400 Subject: [PATCH 1/2] renaming site from afeit to afdigital --- .gitlab-ci.yml | 2 +- README.md | 6 +++--- package.json | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index af105b7..1f58ff9 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -13,7 +13,7 @@ include: file: "/jobs/promote/copy-static-site.yml" variables: - SITE_NAME: afeit + SITE_NAME: afdigital OUTPUT_FOLDER: public DEPLOY_REPO: https://jdceanfa:${CI_STATIC_SITES_TOKEN}@repo1.dso.mil/platform-one/apps/static-sites.git #<---- hate this (need to fix) - don't want to use tokens diff --git a/README.md b/README.md index 3b07312..1722e86 100644 --- a/README.md +++ b/README.md @@ -2,8 +2,8 @@ **C3I&N Digital Storefront** is a static HTML website developed for the USAF C3I&N program. It is an online catalog of services offered by the organization. The website is deployed to the following locations: -- **Prod**: [https://afeit.dso.mil/](https://afeit.dso.mil/) -- **Pre-Prod**: [https://afeit.preprod.dso.mil/](https://afeit.preprod.dso.mil/) +- **Prod**: [https://afdigital.dso.mil/](https://afdigital.dso.mil/) +- **Pre-Prod**: [https://afdigital.preprod.dso.mil/](https://afdigital.preprod.dso.mil/) - **Local**: [http://localhost:8000](http://localhost:8000) - **Local GraphiQL Explorer**: [http://localhost:8000/___graphql](http://localhost:8000/___graphql) @@ -104,4 +104,4 @@ index: 2 # Developing -TODO: Describe how content is pulled in to pages and components. How `gatsby-source-filesystem` is used with `gatsby-node.js` to match pages with templates. \ No newline at end of file +TODO: Describe how content is pulled in to pages and components. How `gatsby-source-filesystem` is used with `gatsby-node.js` to match pages with templates. diff --git a/package.json b/package.json index 59dda9d..6544246 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { - "name": "afeit-site", + "name": "afdigital-site", "private": true, - "description": "AFEIT Site", + "description": "AFDigital Site", "version": "0.1.0", "author": "Anne Demey ", "dependencies": { -- GitLab From e10b2bd413c138af2d8e2c096714730dec2d5623 Mon Sep 17 00:00:00 2001 From: Ben Wynn Date: Tue, 6 Apr 2021 10:05:39 -0400 Subject: [PATCH 2/2] forgot this because AFEIT was all in caps, fixy fixy uwu --- gatsby-config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gatsby-config.js b/gatsby-config.js index b7def9b..07916be 100644 --- a/gatsby-config.js +++ b/gatsby-config.js @@ -37,7 +37,7 @@ module.exports = { resolve: `gatsby-plugin-manifest`, options: { name: `AF Enterprise Digital Transformation Services`, - short_name: `AFEIT`, + short_name: `AFDigital`, start_url: `/`, background_color: `#1B337A`, theme_color: `#1B337A`, -- GitLab