summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
blob: a2eea78b061808ab6488c534e76c1cb5e584110b (plain)
1
2
3
4
5
6
7
8
9
10
stages:
  - deploy

deploy-heroku:
  stage: deploy
  only:
    - main
  script:
    - git remote add heroku https://heroku:$HEROKU_API_KEY@git.heroku.com/things-to-check.git
    - git push -f heroku main