chaspy / ask-python

http://ask.chaspy.me
0 stars 0 forks source link

Rename app directory #6

Closed chaspy closed 5 years ago

chaspy commented 5 years ago
$ git mv composeexample ask
$ find . -type f -print0 | xargs -0 sed -i "" 's/composeexample/ask/g'

close: #5

chaspy commented 5 years ago

To deploy to staging app, We need heroku.yml (#3 needs to be merged) However, this PR is so simple so we should not confirm that app works fine.

@ariririri Please review and merge

chaspy commented 5 years ago

@ariririri rebased. ready for review/merge