Eric Matthes

Results 258 comments of Eric Matthes

This pull request seems to fix the issue: TLDR; delete the term.html layout in ezhil/layouts/_default, and the site will use the default Hugo template for the tag page. At least...

heroku create issue --- - Running simple_deploy with automate-all does call `heroku create`, it runs successfully, but then `heroku apps:info` fails. - Running `heroku create` manually works, then `apps:info` still...

Resources --- - [Heroku CLI Authentication](https://devcenter.heroku.com/articles/authentication) - [Heroku CLI Commands](https://devcenter.heroku.com/articles/heroku-cli-commands)

Working notes --- - Run `heroku create` in a new empty dir; works. `apps:info` fails. - [ ] Consider examining output of `create` rather than `apps:info`? - Works if there's...

Running into this again, even when running from the directory with .git. Parsing `heroku create` doesn't necessarily fix this, because we want to let users run `create`. Then we'll still...

Refine documentation --- - [x] Finish updating platformsh_deployements.md.

Working notes --- - [ ] Consider bailing if `git status` does not return "nothing to commit, working tree clean". - *Really* want to encourage users to be able to...

Move adding simple deploy req to simple_deploy --- - This gets at a fundamental architectural question: should deploy_platform-name.py do any general work, or only platform-specific work. The latter seems much...

Start logging after all validation complete --- This is part of making sure no changes are made until after all validation is complete. This also makes dev work easier, as...

Closing --- - [ ] Remove any remaining diagnostics. - [ ] Are there any remaining DEV notes in simple_deploy.py that can be addressed before moving on?