UNCLASSIFIED

Commit cd8a35dd authored by Ben Wynn's avatar Ben Wynn
Browse files

Merge branch 'develop' into 'staging'

changing site name from afeit to afdigital

See merge request !17
parents 573ecb87 8cb5aa03
Pipeline #211778 passed with stages
in 6 minutes and 33 seconds
...@@ -13,7 +13,7 @@ include: ...@@ -13,7 +13,7 @@ include:
file: "/jobs/promote/copy-static-site.yml" file: "/jobs/promote/copy-static-site.yml"
variables: variables:
SITE_NAME: afeit SITE_NAME: afdigital
OUTPUT_FOLDER: public 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 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
......
...@@ -2,8 +2,8 @@ ...@@ -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: **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/) - **Prod**: [https://afdigital.dso.mil/](https://afdigital.dso.mil/)
- **Pre-Prod**: [https://afeit.preprod.dso.mil/](https://afeit.preprod.dso.mil/) - **Pre-Prod**: [https://afdigital.preprod.dso.mil/](https://afdigital.preprod.dso.mil/)
- **Local**: [http://localhost:8000](http://localhost:8000) - **Local**: [http://localhost:8000](http://localhost:8000)
- **Local GraphiQL Explorer**: [http://localhost:8000/___graphql](http://localhost:8000/___graphql) - **Local GraphiQL Explorer**: [http://localhost:8000/___graphql](http://localhost:8000/___graphql)
...@@ -104,4 +104,4 @@ index: 2 ...@@ -104,4 +104,4 @@ index: 2
# Developing # 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. 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
...@@ -37,7 +37,7 @@ module.exports = { ...@@ -37,7 +37,7 @@ module.exports = {
resolve: `gatsby-plugin-manifest`, resolve: `gatsby-plugin-manifest`,
options: { options: {
name: `AF Enterprise Digital Transformation Services`, name: `AF Enterprise Digital Transformation Services`,
short_name: `AFEIT`, short_name: `AFDigital`,
start_url: `/`, start_url: `/`,
background_color: `#1B337A`, background_color: `#1B337A`,
theme_color: `#1B337A`, theme_color: `#1B337A`,
......
{ {
"name": "afeit-site", "name": "afdigital-site",
"private": true, "private": true,
"description": "AFEIT Site", "description": "AFDigital Site",
"version": "0.1.0", "version": "0.1.0",
"author": "Anne Demey <anne.demey@us.isobar.com>", "author": "Anne Demey <anne.demey@us.isobar.com>",
"dependencies": { "dependencies": {
......
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