diff options
| author | Owen Jacobson <owen@grimoire.ca> | 2022-06-26 20:43:57 +0000 |
|---|---|---|
| committer | Owen Jacobson <owen@grimoire.ca> | 2022-06-26 20:43:57 +0000 |
| commit | 4f94dbca6b7df0e01ae377cc45e5ff965c0d88c9 (patch) | |
| tree | 1192febadf02a094ababdea078cdc10e1a2ab047 | |
| parent | 8c76104dd0ca3e04899ba3516cd1a2aa692b5a76 (diff) | |
Update .gitlab-ci.yml file
| -rw-r--r-- | .gitlab-ci.yml | 3 |
1 files changed, 3 insertions, 0 deletions
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/ |
