diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index af105b7e20535f754e3db83b535e5259e2235567..1f58ff9212e42796df3bbac6f9a233618fb57860 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 3b07312288b7d720e39776a82e4153ab85258aa9..1722e86e669e3f7877964a20839ee2d0f60d6052 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/gatsby-config.js b/gatsby-config.js index b7def9befaee84975665737c56702af73ec6365d..07916be3ca383d0d8fc25cc21ac1b2f66905e05f 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`, diff --git a/package.json b/package.json index 59dda9d663574eda2e79ac20bfa0dce96424c587..65442467b7b08e2d31b18c86450a0a46d902d046 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": {