-
Notifications
You must be signed in to change notification settings - Fork 38
get IG deployment back on track #410
Comments
IG? |
Ah, this site. |
Where is #243? ;-) |
|
Ring any bells, @techtonik? |
What is |
I tried http://stackoverflow.com/questions/9713183/recompile-heroku-slug-without-push-or-config-change in case there is some caching or something going on ...
|
|
|
|
@techtonik Can you fix this? |
This does look similar to gratipay/gratipay.com#3260... |
@whit537 yes, sorry for delay. Will do ASAP. |
@whit537 probably deployment thing doesn't use |
@whit537 where did you get that 'gp' command from? |
Ok. Looks like it Reading https://devcenter.heroku.com/articles/development-configuration ... |
Reading https://devcenter.heroku.com/articles/buildpacks ... |
Looks like we need to create a custom buildpack to take advantage of vendorized dependencies. |
Created an issue - heroku/heroku-buildpack-python#261 |
@whit537 - should be fixed now - lepture/mistune-contrib#3 (comment) |
I can confirm it is fixed now - https://gratitest.herokuapp.com/ - but I will still try the way with custom builpack. The only problem is that it looks like it is impossible to set/add buldpacks without command line tools. |
Sorry, yes, I have some aliases set up in my # git shortcuts
alias ci="git commit"
alias co="git checkout"
alias gb="git branch"
alias gbm="git branch --merged"
alias gd="git diff"
alias gf="git fetch"
alias gg="git log --graph --decorate --abbrev-commit"
alias gm="git merge"
alias gp="git push"
alias gr="git rebase"
alias grh="git reset --hard"
alias gs="git status --short"
alias gt="git tag" I should've expanded that when pasting here. |
We're back! Looks like lepture/mistune-contrib#3 (comment) fixed it. !m @techtonik |
I still think we need to roll out our own buildpack. |
@techtonik That sounds like overkill to me, but we can discuss on #415. :-) |
Something is gummed up.
The text was updated successfully, but these errors were encountered: