Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(deployment): support Heroku #38

Merged
merged 14 commits into from
Aug 25, 2020
Merged

feat(deployment): support Heroku #38

merged 14 commits into from
Aug 25, 2020

Conversation

cball
Copy link
Member

@cball cball commented Aug 25, 2020

This allows deploying to Heroku. It includes everything from server and database config to pipelines.

Changes

  • dont format ejs files with prettier
  • update README
  • adds inquirer to prompt user for values
  • kicks off the workflow by asking user to past the git url
  • deploy to Heroku
    • verify login
    • optionally create apps, databases, and pipelines
    • update postinstall message to use chalk and give better direction
  • split docs into ci, deployment, workflow, faq, etc
  • reworks simple template strings to use ejs
  • pass chalk function to ejs templates to render colors and bold
  • add ejs-lint dependency to lint templates (will be used in future tests as well)

Screenshots

New CLI:
image

Resulting pipeline:
image

Gif of questions:
2020-08-24 23 05 23

Checklist

  • Requires dependency update?
  • Generating a new app works

Fixes #30

@cball cball mentioned this pull request Aug 25, 2020
2 tasks
@cball cball requested a review from a team August 25, 2020 17:03
template/.github/workflows/main.js.yml.ejs Outdated Show resolved Hide resolved
Co-authored-by: Isaiah Grey <isaiah@echobind.com>
@cball cball merged commit 02e4a93 into next Aug 25, 2020
@cball cball deleted the 30-support-heroku branch August 25, 2020 17:18
@github-actions
Copy link

🎉 This PR is included in version 1.5.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants