ArleyR
Deploy on Heroku with gitlab CI-CD
Hello guys. I need help.
I’m trying to deploy my app using the Gitlab docker image.
I don’t know how to deploy a Phoenix app on Heroku using the .gitlab-ci.yml. I didn’t find any information about that. Does anyone have an example of this file to base me on?
thanks!
Marked As Solved
NobbZ
Heroku is not gigalixir and things might be different.
As I said already, once you understand how to deploy without CI/CD it should be trivial to implement in any CI/CD pipeline.
But to do this, you need to understand manual steps first, you’ll gain nothing from a premade CI file that doesn’t suite your needs or is underdocumented and you miss important variables in the pipeline.
Personally I use gitlab ci a lot, for work and personally. At the office I’m called “the deployveloper” because I always find some way to deploy from gitlab. And this is easiest when starting from a fresh VM and recreating and reinstalling the necessary toolchain from scratch and understanding what’s going on.
Popular in Questions
Other popular topics
Categories:
Sub Categories:
Forums
Popular Tags
- #ecto
- #liveview
- #troubleshooting
- #learning-elixir
- #deployment
- #library
- #erlang
- #testing
- #genserver
- #mix
- #absinthe
- #remote-other
- #otp
- #plug
- #how-to-question
- #macros
- #postgres
- #channels
- #elixirconf
- #exunit
- #discussion
- #code-sync
- #javascript
- #podcasts
- #onsite
- #dialyzer
- #docker
- #authentication
- #umbrella
- #full-time-contract
- #podcasts-by-brainlid
- #ecto-query
- #elixir-ls
- #phoenix_html
- #iex
- #blog-post
- #graphql
- #genstage
- #ai
- #websockets
- #supervisor
- #advent-of-code
- #elixirconf-us
- #distillery
- #processes
- #forms
- #api
- #metaprogramming
- #security
- #performance








