aboutsummaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
blob: a3f5ec3c059cd0e2abebf02cb2406d03a37b0ce0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
image:
  name: curlimages/curl@sha256:a3e534fced74aeea171c4b59082f265d66914d09a71062739e5c871ed108a46e

staging:
  script:
    - curl -i -X POST "https://$authuser:$authpass@incommon.cc/api/deploy/stage"

production:
  script:
    - curl -i -X POST "https://$authuser:$authpass@incommon.cc/api/deploy/production/$CI_COMMIT_REF_NAME"
  only:
    - tags
  except:
    - branches