Mysql Migration for prod via docker and github action (CI/CD)
hello sir,
i am trying to deplogy my express app on production via github action to aws EC2
so when everver i am pushing or merging into prod i want to run the github pipeline and docker file which will deploy my express app on ec2
so what do i change in my docker file and github workflow file
Docker file shared in image Github workflow shared as txt
Docker file shared in image Github workflow shared as txt
4 Replies
You decided to hold for human wisdom. We'll chime in soon! Meanwhile,
#ask-ai
is there if you need a quick second opinion.#ask-ai
Are you currently getting any error when you push your changes to GitHub?
no i havent done yet for prod ?
i just want to know where should i add the prisma migrate deploy command
on my docker file or in CI/CD(but my DB is private rds )
the file i shared was for dev