Skip to content

Commit

Permalink
Merge pull request #483 from FitzwilliamMuseum/issue471
Browse files Browse the repository at this point in the history
Change the broken links action
  • Loading branch information
portableant authored Aug 22, 2022
2 parents 5d3d705 + 69b6724 commit dc750a4
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 12 deletions.
34 changes: 23 additions & 11 deletions .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,18 @@ APP_NAME=fitz-web
APP_ENV=local
APP_KEY=
APP_DEBUG=true
APP_URL=http://fitzmuseum.cam.ac.uk
APP_URL=

APP_GOOGLE_ANALYTICS=
GOOGLE_TAG_MANAGER_ID=
LOG_CHANNEL=stack

DB_CONNECTION=mysql
DB_HOST=127.0.0.1
DB_PORT=3306
DB_DATABASE=laravel
DB_USERNAME=root
LOG_CHANNEL=

DB_CONNECTION=
DB_HOST=
DB_PORT=
DB_DATABASE=
DB_USERNAME=
DB_PASSWORD=

BROADCAST_DRIVER=log
Expand All @@ -20,9 +22,9 @@ QUEUE_CONNECTION=sync
SESSION_DRIVER=file
SESSION_LIFETIME=120

REDIS_HOST=127.0.0.1
REDIS_PASSWORD=null
REDIS_PORT=6379
REDIS_HOST=
REDIS_PASSWORD=
REDIS_PORT=

MAIL_MAILER=smtp
MAIL_HOST=smtp.mailtrap.io
Expand Down Expand Up @@ -63,7 +65,7 @@ ELASTIC_API=
ELASTIC_SCHEME="http"
ELASTIC_PATH="/es"

COLLECTION_URL='https://collection.beta.fitz.ms'
COLLECTION_URL=

SHIELD_USER=
SHIELD_PASSWORD=
Expand All @@ -82,4 +84,14 @@ SHOPIFY_FITZ_PRINTS_URL=
SHOPIFY_FITZ_PRINTS_PROTOCOL=
SHOPIFY_FITZ_PRINTS_CATALOGUE='/products/'

TESSITURA_API_URL=
TESSITURA_LOCATION=
TESSITURA_USER_ID=
TESSITURA_PASSWORD=
TESSITURA_MACHINE_NAME=

IMGKIT_PUBLIC_KEY=
IMGKIT_PRIVATE_KEY=
IMGKIT_ENDPOINT=
MISSING_IMAGE_URL="https://content.fitz.ms/fitz-website/assets/gallery3_roof.jpg?key=exhibition"
DIRECTUS_URL="https://content.fitz.ms/fitz-website/items/"
2 changes: 1 addition & 1 deletion .github/workflows/broken-links.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
check-site-for-broken-links:
runs-on: ubuntu-latest
steps:
- uses: harrisonpim/broken-link-checker@0.2.1
- uses: fitzwilliammuseum/broken-link-checker@1.0.0
with:
sitemap: https://fitzmuseum.cam.ac.uk/sitemap.xml
allowList: '["https://tickets.museums.cam.ac.uk/account/create","https://www.registrarysoffice.admin.cam.ac.uk/governance-and-strategy/anti-slavery-and-anti-trafficking","https://cubc.org.uk","https://www.linkedin.com/company/the-fitzwilliam-museum/"]'

0 comments on commit dc750a4

Please sign in to comment.