Skip to content

malliapi/chris-malliapi-london

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Readme

Here is your nice new github repository, please replace this with useful information about what this repository does.

You can find information below if your creating an:

Installation

// Installation instructions

Local Development

// Local development instructions

Deployment Checklist

Secrets

  • Environment variables
    • Ensure you have copied across and set all environment variables for each environment?
    • Ensured you've not added any passwords, private keys, secrets or otherwise sensitive information to this repository?
  • Logging
    • Log out important information and consider using various log levels so dev/staging/production output relevant information.
    • Ensure any sensitive information is not being logged out into production.

Frontend

  • Informing IS to ensure a DNS entry has been added so it is accessible on corporate wifi
    • On eurostar's corporate wifi, any new subdomains/frontend applications (e.g. app-name.eurostar.com, app-name-staging.eurostar.com) need to be added to our internal DNS, you should let #devops know.
  • Add health endpoint
    • Your application should return a 200 when calling /health

Creating an NPM package

If you are creating an NPM package, you should ensure that you follow the naming convention, add the correct license, repository and set the private publish registry, like the following:

{
  ...
  "name": "package-name",
  "repository": "",
  "license": "UNLICENSED",
  "publishConfig": {
    "registry": ""
  }
  ...
}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published