I want to deploy spring boot application on heroku using CI/CD gitlab pipline. This is my yaml file.
stages: - build - test - production variables: M