aboutsummaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
Commit message (Collapse)AuthorAgeFilesLines
* 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