aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKaran Jayachandra <mail@karanjayachandra.com>2025-07-14 20:51:32 +0200
committerKaran Jayachandra <mail@karanjayachandra.com>2025-07-14 20:51:32 +0200
commitc37b96a254c3a88582e4507ea180d63ce65c9af0 (patch)
treebd3205ce27401067b11fa77b9db7e20733dd39d2
parent9b5cf961d71efe702e5b77efc0ccf5766cf4f7a7 (diff)
Added the deployment URL
-rw-r--r--.gitlab-ci.yml4
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