diff options
| author | Karan Jayachandra <mail@karanjayachandra.com> | 2025-07-14 20:51:32 +0200 |
|---|---|---|
| committer | Karan Jayachandra <mail@karanjayachandra.com> | 2025-07-14 20:51:32 +0200 |
| commit | c37b96a254c3a88582e4507ea180d63ce65c9af0 (patch) | |
| tree | bd3205ce27401067b11fa77b9db7e20733dd39d2 /.gitlab-ci.yml | |
| parent | 9b5cf961d71efe702e5b77efc0ccf5766cf4f7a7 (diff) | |
Added the deployment URL
Diffstat (limited to '.gitlab-ci.yml')
| -rw-r--r-- | .gitlab-ci.yml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 66bbbf4..e0d0142 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -2,7 +2,9 @@ image: ruby:latest deploy: stage: deploy - environment: production + environment: + name: production + url: https://match-up-demo-73950c31ba18.herokuapp.com script: - gem install dpl - dpl --provider=heroku --app=$HEROKU_APP_NAME --api-key=$HEROKU_PRODUCTION_KEY |
