{"id":215,"date":"2011-02-25T18:23:27","date_gmt":"2011-02-25T16:23:27","guid":{"rendered":"http:\/\/blog.railsware.com\/?p=215"},"modified":"2021-08-16T16:06:04","modified_gmt":"2021-08-16T13:06:04","slug":"how-to-crash-production-from-github-admin-page","status":"publish","type":"post","link":"https:\/\/railsware.com\/blog\/how-to-crash-production-from-github-admin-page\/","title":{"rendered":"How to crash production from github admin page"},"content":{"rendered":"\n<p class=\"wp-block-paragraph\">When I get into github project page yet another time and switched view from master branch to development I came up with idea that we should change the default branch to development as we work with it more.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">So, I navigate to admin tab and changed default branch with confidence that I did something useful.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">On the other part of the project people found a typo in one of our front page and decided to hot fix it in production. They change 1 symbol and made the deployment. Checked that production is alive and went home. No body did precise checks as change was so minor.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">After the midnight we discover that there are to many errors coming in the log. And the issue was that development branch was deployed to production.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">At first sight it was complete magic, but after some investigation we found out the following.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">By changing the github default branch, you don&#8217;t just change the default branch shown in the web interface. The HEAD ref is set to that branch.<br>Even that such behavior is non explicitly&nbsp;documented at&nbsp;<a title=\"Github default branch and clone\" href=\"http:\/\/help.github.com\/remotes\/#clone\" target=\"_blank\" rel=\"noopener\">help.github.com &#8211; clone function<\/a> and stated at&nbsp;<a title=\"Github pick your default branch\" href=\"https:\/\/github.com\/blog\/421-pick-your-default-branch\" target=\"_blank\" rel=\"noopener\">this blog post<\/a>.<\/p>\n\n\n\n<!--more-->\n\n\n\n<p class=\"wp-block-paragraph\">When no branch is set on capistrano deploy script &#8211; it will checkout HEAD, not master.<br>From Capistrano recipe for git:<\/p>\n\n\n\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"generic\" data-enlighter-theme=\"\" data-enlighter-highlight=\"\" data-enlighter-linenumbers=\"\" data-enlighter-lineoffset=\"\" data-enlighter-title=\"\" data-enlighter-group=\"\"> # When referencing \"head\", use the branch we want to deploy or, by # default, Git's reference of HEAD (the latest changeset in the default # branch, usually called \"master\"). def head variable(:branch) || 'HEAD' end <\/pre>\n\n\n\n<p class=\"wp-block-paragraph\">The only way how the github default branch could be implemented &#8211; was changing the HEAD ref.<br>The structural way how capistrano without an explicit branch set would work &#8211; is using a HEAD ref, as master is just a convention (best practice).<br>When you think about it that way &#8211; it all makes sense. One thing led to another.&nbsp;No Magic.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>So lessons learned:<\/strong><\/p>\n\n\n\n<ul class=\"wp-block-list\"><li>never underestimate a delivery and do it only with a good QA coverage, even if it&#8217;s JUST 1 symbol patch;<\/li><li>use bookmarks to the what ever branch on the github page you like, and leave the default branch untouched;<\/li><li>when deciding to change it &#8211; make sure your deploy script is branch aware;<\/li><li>being used to git master branch and default patterns of using git &#8211; a good point is to re-read the documentation.<\/li><\/ul>\n","protected":false},"excerpt":{"rendered":"<p>When I get into github project page yet another time and switched view from master branch to development I came up with idea that we should change the default branch to development as we work with it more. So, I navigate to admin tab and changed default branch with confidence that I did something useful&#8230;.<\/p>\n","protected":false},"author":15,"featured_media":7475,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"inline_featured_image":false,"footnotes":""},"categories":[3],"tags":[],"coauthors":["Bogdan Gusiev"],"class_list":["post-215","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-development"],"acf":[],"aioseo_notices":[],"aioseo_head":"\n\t\t<!-- All in One SEO 4.9.9 - aioseo.com -->\n\t<meta name=\"description\" content=\"When I get into github project page yet another time and switched view from master branch to development I came up with idea that we should change the default branch to development as we work with it more. So, I navigate to admin tab and changed default branch with confidence that I did something useful.\" \/>\n\t<meta name=\"robots\" content=\"max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n\t<meta name=\"author\" content=\"Bogdan Gusiev\"\/>\n\t<link rel=\"canonical\" href=\"https:\/\/railsware.com\/blog\/how-to-crash-production-from-github-admin-page\/\" \/>\n\t<meta name=\"generator\" content=\"All in One SEO (AIOSEO) 4.9.9\" \/>\n\t\t<meta property=\"og:locale\" content=\"en_US\" \/>\n\t\t<meta property=\"og:site_name\" content=\"| Blog on Engineering, Product Management, Transparency, Culture and many more...\" \/>\n\t\t<meta property=\"og:type\" content=\"article\" \/>\n\t\t<meta property=\"og:title\" content=\"How to crash production from github admin page | Railsware Blog\" \/>\n\t\t<meta property=\"og:description\" content=\"When I get into github project page yet another time and switched view from master branch to development I came up with idea that we should change the default branch to development as we work with it more. So, I navigate to admin tab and changed default branch with confidence that I did something useful.\" \/>\n\t\t<meta property=\"og:url\" content=\"https:\/\/railsware.com\/blog\/how-to-crash-production-from-github-admin-page\/\" \/>\n\t\t<meta property=\"og:image\" content=\"https:\/\/railsware.com\/blog\/wp-content\/uploads\/2011\/02\/octocat.png\" \/>\n\t\t<meta property=\"og:image:secure_url\" content=\"https:\/\/railsware.com\/blog\/wp-content\/uploads\/2011\/02\/octocat.png\" \/>\n\t\t<meta property=\"og:image:width\" content=\"150\" \/>\n\t\t<meta property=\"og:image:height\" content=\"150\" \/>\n\t\t<meta property=\"article:published_time\" content=\"2011-02-25T16:23:27+00:00\" \/>\n\t\t<meta property=\"article:modified_time\" content=\"2021-08-16T13:06:04+00:00\" \/>\n\t\t<script type=\"application\/ld+json\" class=\"aioseo-schema\">\n\t\t\t{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/railsware.com\\\/blog\\\/how-to-crash-production-from-github-admin-page\\\/#article\",\"name\":\"How to crash production from github admin page | Railsware Blog\",\"headline\":\"How to crash production from github admin page\",\"author\":{\"@id\":\"https:\\\/\\\/railsware.com\\\/blog\\\/author\\\/bogdan-gusiev\\\/#author\"},\"publisher\":{\"@id\":\"https:\\\/\\\/railsware.com\\\/blog\\\/#organization\"},\"image\":{\"@type\":\"ImageObject\",\"url\":\"https:\\\/\\\/railsware.com\\\/blog\\\/wp-content\\\/uploads\\\/2011\\\/02\\\/octocat.png\",\"width\":150,\"height\":150},\"datePublished\":\"2011-02-25T18:23:27+03:00\",\"dateModified\":\"2021-08-16T16:06:04+03:00\",\"inLanguage\":\"en-US\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/railsware.com\\\/blog\\\/how-to-crash-production-from-github-admin-page\\\/#webpage\"},\"isPartOf\":{\"@id\":\"https:\\\/\\\/railsware.com\\\/blog\\\/how-to-crash-production-from-github-admin-page\\\/#webpage\"},\"articleSection\":\"Engineering\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/railsware.com\\\/blog\\\/how-to-crash-production-from-github-admin-page\\\/#breadcrumblist\",\"itemListElement\":[{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/railsware.com\\\/blog#listItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/railsware.com\\\/blog\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/railsware.com\\\/blog\\\/category\\\/development\\\/#listItem\",\"name\":\"Engineering\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/railsware.com\\\/blog\\\/category\\\/development\\\/#listItem\",\"position\":2,\"name\":\"Engineering\",\"item\":\"https:\\\/\\\/railsware.com\\\/blog\\\/category\\\/development\\\/\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/railsware.com\\\/blog\\\/how-to-crash-production-from-github-admin-page\\\/#listItem\",\"name\":\"How to crash production from github admin page\"},\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/railsware.com\\\/blog#listItem\",\"name\":\"Home\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/railsware.com\\\/blog\\\/how-to-crash-production-from-github-admin-page\\\/#listItem\",\"position\":3,\"name\":\"How to crash production from github admin page\",\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/railsware.com\\\/blog\\\/category\\\/development\\\/#listItem\",\"name\":\"Engineering\"}}]},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/railsware.com\\\/blog\\\/#organization\",\"description\":\"Blog on Engineering, Product Management, Transparency, Culture and many more...\",\"url\":\"https:\\\/\\\/railsware.com\\\/blog\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"url\":\"https:\\\/\\\/railsware.com\\\/blog\\\/wp-content\\\/uploads\\\/2020\\\/11\\\/Logo-circle.png\",\"@id\":\"https:\\\/\\\/railsware.com\\\/blog\\\/how-to-crash-production-from-github-admin-page\\\/#organizationLogo\",\"width\":3137,\"height\":1054,\"caption\":\"Railsware logo\"},\"image\":{\"@id\":\"https:\\\/\\\/railsware.com\\\/blog\\\/how-to-crash-production-from-github-admin-page\\\/#organizationLogo\"}},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/railsware.com\\\/blog\\\/author\\\/bogdan-gusiev\\\/#author\",\"url\":\"https:\\\/\\\/railsware.com\\\/blog\\\/author\\\/bogdan-gusiev\\\/\",\"name\":\"Bogdan Gusiev\",\"image\":{\"@type\":\"ImageObject\",\"@id\":\"https:\\\/\\\/railsware.com\\\/blog\\\/how-to-crash-production-from-github-admin-page\\\/#authorImage\",\"url\":\"https:\\\/\\\/railsware.com\\\/blog\\\/wp-content\\\/uploads\\\/2021\\\/06\\\/author-image-default-96x96.jpg\",\"width\":96,\"height\":96,\"caption\":\"Bogdan Gusiev\"}},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/railsware.com\\\/blog\\\/how-to-crash-production-from-github-admin-page\\\/#webpage\",\"url\":\"https:\\\/\\\/railsware.com\\\/blog\\\/how-to-crash-production-from-github-admin-page\\\/\",\"name\":\"How to crash production from github admin page | Railsware Blog\",\"description\":\"When I get into github project page yet another time and switched view from master branch to development I came up with idea that we should change the default branch to development as we work with it more. So, I navigate to admin tab and changed default branch with confidence that I did something useful.\",\"inLanguage\":\"en-US\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/railsware.com\\\/blog\\\/#website\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/railsware.com\\\/blog\\\/how-to-crash-production-from-github-admin-page\\\/#breadcrumblist\"},\"author\":{\"@id\":\"https:\\\/\\\/railsware.com\\\/blog\\\/author\\\/bogdan-gusiev\\\/#author\"},\"creator\":{\"@id\":\"https:\\\/\\\/railsware.com\\\/blog\\\/author\\\/bogdan-gusiev\\\/#author\"},\"image\":{\"@type\":\"ImageObject\",\"url\":\"https:\\\/\\\/railsware.com\\\/blog\\\/wp-content\\\/uploads\\\/2011\\\/02\\\/octocat.png\",\"@id\":\"https:\\\/\\\/railsware.com\\\/blog\\\/how-to-crash-production-from-github-admin-page\\\/#mainImage\",\"width\":150,\"height\":150},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/railsware.com\\\/blog\\\/how-to-crash-production-from-github-admin-page\\\/#mainImage\"},\"datePublished\":\"2011-02-25T18:23:27+03:00\",\"dateModified\":\"2021-08-16T16:06:04+03:00\"},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/railsware.com\\\/blog\\\/#website\",\"url\":\"https:\\\/\\\/railsware.com\\\/blog\\\/\",\"description\":\"Blog on Engineering, Product Management, Transparency, Culture and many more...\",\"inLanguage\":\"en-US\",\"publisher\":{\"@id\":\"https:\\\/\\\/railsware.com\\\/blog\\\/#organization\"}}]}\n\t\t<\/script>\n\t\t<!-- All in One SEO -->\n\n","aioseo_head_json":{"title":"How to crash production from github admin page | Railsware Blog","description":"When I get into github project page yet another time and switched view from master branch to development I came up with idea that we should change the default branch to development as we work with it more. So, I navigate to admin tab and changed default branch with confidence that I did something useful.","canonical_url":"https:\/\/railsware.com\/blog\/how-to-crash-production-from-github-admin-page\/","robots":"max-snippet:-1, max-image-preview:large, max-video-preview:-1","keywords":"","webmasterTools":{"miscellaneous":""},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/railsware.com\/blog\/how-to-crash-production-from-github-admin-page\/#article","name":"How to crash production from github admin page | Railsware Blog","headline":"How to crash production from github admin page","author":{"@id":"https:\/\/railsware.com\/blog\/author\/bogdan-gusiev\/#author"},"publisher":{"@id":"https:\/\/railsware.com\/blog\/#organization"},"image":{"@type":"ImageObject","url":"https:\/\/railsware.com\/blog\/wp-content\/uploads\/2011\/02\/octocat.png","width":150,"height":150},"datePublished":"2011-02-25T18:23:27+03:00","dateModified":"2021-08-16T16:06:04+03:00","inLanguage":"en-US","mainEntityOfPage":{"@id":"https:\/\/railsware.com\/blog\/how-to-crash-production-from-github-admin-page\/#webpage"},"isPartOf":{"@id":"https:\/\/railsware.com\/blog\/how-to-crash-production-from-github-admin-page\/#webpage"},"articleSection":"Engineering"},{"@type":"BreadcrumbList","@id":"https:\/\/railsware.com\/blog\/how-to-crash-production-from-github-admin-page\/#breadcrumblist","itemListElement":[{"@type":"ListItem","@id":"https:\/\/railsware.com\/blog#listItem","position":1,"name":"Home","item":"https:\/\/railsware.com\/blog","nextItem":{"@type":"ListItem","@id":"https:\/\/railsware.com\/blog\/category\/development\/#listItem","name":"Engineering"}},{"@type":"ListItem","@id":"https:\/\/railsware.com\/blog\/category\/development\/#listItem","position":2,"name":"Engineering","item":"https:\/\/railsware.com\/blog\/category\/development\/","nextItem":{"@type":"ListItem","@id":"https:\/\/railsware.com\/blog\/how-to-crash-production-from-github-admin-page\/#listItem","name":"How to crash production from github admin page"},"previousItem":{"@type":"ListItem","@id":"https:\/\/railsware.com\/blog#listItem","name":"Home"}},{"@type":"ListItem","@id":"https:\/\/railsware.com\/blog\/how-to-crash-production-from-github-admin-page\/#listItem","position":3,"name":"How to crash production from github admin page","previousItem":{"@type":"ListItem","@id":"https:\/\/railsware.com\/blog\/category\/development\/#listItem","name":"Engineering"}}]},{"@type":"Organization","@id":"https:\/\/railsware.com\/blog\/#organization","description":"Blog on Engineering, Product Management, Transparency, Culture and many more...","url":"https:\/\/railsware.com\/blog\/","logo":{"@type":"ImageObject","url":"https:\/\/railsware.com\/blog\/wp-content\/uploads\/2020\/11\/Logo-circle.png","@id":"https:\/\/railsware.com\/blog\/how-to-crash-production-from-github-admin-page\/#organizationLogo","width":3137,"height":1054,"caption":"Railsware logo"},"image":{"@id":"https:\/\/railsware.com\/blog\/how-to-crash-production-from-github-admin-page\/#organizationLogo"}},{"@type":"Person","@id":"https:\/\/railsware.com\/blog\/author\/bogdan-gusiev\/#author","url":"https:\/\/railsware.com\/blog\/author\/bogdan-gusiev\/","name":"Bogdan Gusiev","image":{"@type":"ImageObject","@id":"https:\/\/railsware.com\/blog\/how-to-crash-production-from-github-admin-page\/#authorImage","url":"https:\/\/railsware.com\/blog\/wp-content\/uploads\/2021\/06\/author-image-default-96x96.jpg","width":96,"height":96,"caption":"Bogdan Gusiev"}},{"@type":"WebPage","@id":"https:\/\/railsware.com\/blog\/how-to-crash-production-from-github-admin-page\/#webpage","url":"https:\/\/railsware.com\/blog\/how-to-crash-production-from-github-admin-page\/","name":"How to crash production from github admin page | Railsware Blog","description":"When I get into github project page yet another time and switched view from master branch to development I came up with idea that we should change the default branch to development as we work with it more. So, I navigate to admin tab and changed default branch with confidence that I did something useful.","inLanguage":"en-US","isPartOf":{"@id":"https:\/\/railsware.com\/blog\/#website"},"breadcrumb":{"@id":"https:\/\/railsware.com\/blog\/how-to-crash-production-from-github-admin-page\/#breadcrumblist"},"author":{"@id":"https:\/\/railsware.com\/blog\/author\/bogdan-gusiev\/#author"},"creator":{"@id":"https:\/\/railsware.com\/blog\/author\/bogdan-gusiev\/#author"},"image":{"@type":"ImageObject","url":"https:\/\/railsware.com\/blog\/wp-content\/uploads\/2011\/02\/octocat.png","@id":"https:\/\/railsware.com\/blog\/how-to-crash-production-from-github-admin-page\/#mainImage","width":150,"height":150},"primaryImageOfPage":{"@id":"https:\/\/railsware.com\/blog\/how-to-crash-production-from-github-admin-page\/#mainImage"},"datePublished":"2011-02-25T18:23:27+03:00","dateModified":"2021-08-16T16:06:04+03:00"},{"@type":"WebSite","@id":"https:\/\/railsware.com\/blog\/#website","url":"https:\/\/railsware.com\/blog\/","description":"Blog on Engineering, Product Management, Transparency, Culture and many more...","inLanguage":"en-US","publisher":{"@id":"https:\/\/railsware.com\/blog\/#organization"}}]},"og:locale":"en_US","og:site_name":"| Blog on Engineering, Product Management, Transparency, Culture and many more...","og:type":"article","og:title":"How to crash production from github admin page | Railsware Blog","og:description":"When I get into github project page yet another time and switched view from master branch to development I came up with idea that we should change the default branch to development as we work with it more. So, I navigate to admin tab and changed default branch with confidence that I did something useful.","og:url":"https:\/\/railsware.com\/blog\/how-to-crash-production-from-github-admin-page\/","og:image":"https:\/\/railsware.com\/blog\/wp-content\/uploads\/2011\/02\/octocat.png","og:image:secure_url":"https:\/\/railsware.com\/blog\/wp-content\/uploads\/2011\/02\/octocat.png","og:image:width":150,"og:image:height":150,"article:published_time":"2011-02-25T16:23:27+00:00","article:modified_time":"2021-08-16T13:06:04+00:00"},"aioseo_meta_data":{"post_id":"215","title":null,"description":null,"keywords":[],"keyphrases":{"focus":[],"additional":[]},"primary_term":null,"canonical_url":null,"og_title":null,"og_description":null,"og_object_type":"default","og_image_type":"default","og_image_url":null,"og_image_width":null,"og_image_height":null,"og_image_custom_url":null,"og_image_custom_fields":null,"og_video":"","og_custom_url":null,"og_article_section":null,"og_article_tags":[],"twitter_use_og":false,"twitter_card":"default","twitter_image_type":"default","twitter_image_url":null,"twitter_image_custom_url":null,"twitter_image_custom_fields":null,"twitter_title":null,"twitter_description":null,"schema":{"blockGraphs":[],"customGraphs":[],"default":{"data":{"Article":{"id":"aioseo-article-6385f5afd059f","slug":"article","graphName":"Article","label":"Article","properties":{"type":"BlogPosting","name":"#post_title","headline":"#post_title","description":"#post_excerpt","image":"","keywords":"","author":{"name":"#author_name","url":"#author_url"},"dates":{"include":true,"datePublished":"","dateModified":""}}},"Course":[],"Dataset":[],"FAQPage":[],"Movie":[],"Person":[],"Product":[],"ProductReview":[],"Car":[],"Recipe":[],"Service":[],"SoftwareApplication":[],"WebPage":[]},"graphName":"Article","isEnabled":true},"graphs":[]},"schema_type":"default","schema_type_options":"{\"article\":{\"articleType\":\"BlogPosting\"},\"course\":{\"name\":\"\",\"description\":\"\",\"provider\":\"\"},\"faq\":{\"pages\":[]},\"product\":{\"reviews\":[]},\"recipe\":{\"ingredients\":[],\"instructions\":[],\"keywords\":[]},\"software\":{\"reviews\":[],\"operatingSystems\":[]},\"webPage\":{\"webPageType\":\"WebPage\"}}","pillar_content":false,"robots_default":true,"robots_noindex":false,"robots_noarchive":false,"robots_nosnippet":false,"robots_nofollow":false,"robots_noimageindex":false,"robots_noodp":false,"robots_notranslate":false,"robots_max_snippet":"-1","robots_max_videopreview":"-1","robots_max_imagepreview":"large","priority":null,"frequency":"default","location":null,"local_seo":{"locations":{"business":{"name":"","businessType":"","image":"","areaServed":"","urls":{"website":"","aboutPage":"","contactPage":""},"address":{"streetLine1":"","streetLine2":"","zipCode":"","city":"","state":"","country":"","addressFormat":"#streetLineOne\n#streetLineTwo\n#city, #state #zipCode"},"contact":{"email":"","phone":"","phoneFormatted":"","fax":"","faxFormatted":""},"ids":{"vat":"","tax":"","chamberOfCommerce":""},"payment":{"priceRange":"","currenciesAccepted":"","methods":""}}},"openingHours":{"useDefaults":true,"show":true,"alwaysOpen":false,"use24hFormat":false,"timezone":"","labels":{"closed":"","alwaysOpen":""},"days":{"monday":{"open24h":false,"closed":false,"openTime":"09:00","closeTime":"17:00"},"tuesday":{"open24h":false,"closed":false,"openTime":"09:00","closeTime":"17:00"},"wednesday":{"open24h":false,"closed":false,"openTime":"09:00","closeTime":"17:00"},"thursday":{"open24h":false,"closed":false,"openTime":"09:00","closeTime":"17:00"},"friday":{"open24h":false,"closed":false,"openTime":"09:00","closeTime":"17:00"},"saturday":{"open24h":false,"closed":false,"openTime":"09:00","closeTime":"17:00"},"sunday":{"open24h":false,"closed":false,"openTime":"09:00","closeTime":"17:00"}}}},"breadcrumb_settings":null,"limit_modified_date":false,"ai":null,"created":"2021-01-04 12:44:08","updated":"2025-09-26 11:12:39","seo_analyzer_scan_date":null},"aioseo_breadcrumb":"<div class=\"aioseo-breadcrumbs\"><span class=\"aioseo-breadcrumb\">\n\t\t\t<a href=\"https:\/\/railsware.com\/blog\" title=\"Home\">Home<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\t<a href=\"https:\/\/railsware.com\/blog\/category\/development\/\" title=\"Engineering\">Engineering<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\tHow to crash production from github admin page\n\t\t<\/span><\/div>","aioseo_breadcrumb_json":[{"label":"Home","link":"https:\/\/railsware.com\/blog"},{"label":"Engineering","link":"https:\/\/railsware.com\/blog\/category\/development\/"},{"label":"How to crash production from github admin page","link":"https:\/\/railsware.com\/blog\/how-to-crash-production-from-github-admin-page\/"}],"categories_data":[{"name":"Engineering","link":"https:\/\/railsware.com\/blog?category=development"}],"post_thumbnails":"https:\/\/railsware.com\/blog\/wp-content\/uploads\/2011\/02\/octocat.png","article_background":"","amp_enabled":true,"_links":{"self":[{"href":"https:\/\/railsware.com\/blog\/wp-json\/wp\/v2\/posts\/215","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/railsware.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/railsware.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/railsware.com\/blog\/wp-json\/wp\/v2\/users\/15"}],"replies":[{"embeddable":true,"href":"https:\/\/railsware.com\/blog\/wp-json\/wp\/v2\/comments?post=215"}],"version-history":[{"count":12,"href":"https:\/\/railsware.com\/blog\/wp-json\/wp\/v2\/posts\/215\/revisions"}],"predecessor-version":[{"id":14171,"href":"https:\/\/railsware.com\/blog\/wp-json\/wp\/v2\/posts\/215\/revisions\/14171"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/railsware.com\/blog\/wp-json\/wp\/v2\/media\/7475"}],"wp:attachment":[{"href":"https:\/\/railsware.com\/blog\/wp-json\/wp\/v2\/media?parent=215"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/railsware.com\/blog\/wp-json\/wp\/v2\/categories?post=215"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/railsware.com\/blog\/wp-json\/wp\/v2\/tags?post=215"},{"taxonomy":"author","embeddable":true,"href":"https:\/\/railsware.com\/blog\/wp-json\/wp\/v2\/coauthors?post=215"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}