aboutsummaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
Commit message (Collapse)AuthorAgeFilesLines
* CI: use a docker image which already contains curlDevan Carpenter2021-01-081-7/+1
| | | | | It's a waste of resources to download/install curl for each job. Let's use the "official" curl image instead.
* CI: make curl more verboseDevan Carpenter2021-01-081-2/+2
| | | | | We want to specify the POST, as well as include the protocol response headers in the output.
* CI: fix syntax in .gitlab-ci.ymlDevan Carpenter2021-01-081-2/+3
| | | | | The syntax for the "before_script" template was missing an important key.
* CI: add initial .gitlab-ci.yml for deploymentDevan Carpenter2021-01-081-0/+19
We want the CI to deploy to our staging site[0] upon every commit to the main branch, and to our produciton site[1] only from new tags in the main branch. [0] https://dream-stage.public.cat [1] https://dream.public.cat