Skip to content

Instantly share code, notes, and snippets.

@sebslomski
Created February 8, 2015 19:12
Show Gist options
  • Save sebslomski/f9e06e09a9e0e3fd94fd to your computer and use it in GitHub Desktop.
Save sebslomski/f9e06e09a9e0e3fd94fd to your computer and use it in GitHub Desktop.
Deployment Checklist
  1. Add the target domain to your /etc/hosts.
  2. Check the site in IE9 under the target domain. Are there any CORS ajax calls? Are all ajax calls working?
  3. Remove the target domain from your /etc/hosts.
  4. Download all files to your desktop, name it by the project name and the current date (e.g. foo-2015-01-01)
  5. Run the make file in production mode. Are all css and js files minified?
  6. Upload the built code.
  7. Check if the site is responding and working properly. In IE as well.
  8. Open the site with Javascript disabled. Is the CSS still there (not less compiled at runtime)?
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment