From 4f94dbca6b7df0e01ae377cc45e5ff965c0d88c9 Mon Sep 17 00:00:00 2001 From: Owen Jacobson Date: Sun, 26 Jun 2022 20:43:57 +0000 Subject: Update .gitlab-ci.yml file --- .gitlab-ci.yml | 3 +++ 1 file changed, 3 insertions(+) (limited to '.gitlab-ci.yml') diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c2ee23b..fed8ca6 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -8,3 +8,6 @@ deploy-heroku: script: - git remote add heroku https://heroku:$HEROKU_API_KEY@git.heroku.com/things-to-check.git - git push -f heroku HEAD:main + environment: + name: Default + url: https://things-to-check.herokuapp.com/ -- cgit v1.2.3