Hi,
Thanks in advance for helping out :)
I have a server side app using express and node that provides jsonapi to a client app built with ember js. I want to set up a smooth pipeline for CI/CD on both apps. Can someone please guide me how to do this? (Both apps are deployed on a ubuntu 16 machine.)
Thanks.
Sincerely,
Ash.
Hi Ashokaditya,
Bitbucket Pipelines provides a bash environment that you should be able to configure in a similar way as locally (with perhaps some environment changes). Perhaps you can include some information about how you build and test these apps locally? (Specific commands/scripts would be preferred here)
If you're using Docker, you can try setting up your build inside of a Docker container for a more similar environment to Pipelines: https://confluence.atlassian.com/bitbucket/debug-your-pipelines-locally-with-docker-838273569.html
Thanks,
Phil
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.