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

Update README.md to state steps for a naked deploy on heroku #22

Open
hugo4711 opened this issue Jun 19, 2020 · 1 comment
Open

Update README.md to state steps for a naked deploy on heroku #22

hugo4711 opened this issue Jun 19, 2020 · 1 comment

Comments

@hugo4711
Copy link

I had to figure out the following steps to get the instance up and running:

  1. Create new app in heroku ('myapp')
  2. Create a new pipeline 'myapp'
  3. On command line: git clone wiki-heroku (this repo)
  4. Command line: heroku login
  5. Command line: heroku git:remote -a myapp
  6. Command line: heroku stack:set container (to switch to docker deploy mode on heroku)
  7. In heroku admin backend: Resources > Add-Ons > Add heroku-postgresql add-on
  8. Command line: git push heroku 2.x:master

et voilá

@viplezer
Copy link

viplezer commented Sep 7, 2020

This saved me a lot of headache, thank you!

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

No branches or pull requests

2 participants