Skip to content

Instantly share code, notes, and snippets.

View nmajor's full-sized avatar

Nicholas Major nmajor

View GitHub Profile
@velmuruganvelayutham
velmuruganvelayutham / .gitlab-ci.yml
Last active June 10, 2022 23:36
Gitlab-CI - Review Apps - Spring Boot - Heroku
variables:
REVIEW_APP_NAME: "$CI_COMMIT_REF_SLUG-$CI_PROJECT_NAME"
stages:
- build
- review
- deploy
build:
stage: build