Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | CI: make curl more verbose | Devan Carpenter | 2021-01-08 | 1 | -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.yml | Devan Carpenter | 2021-01-08 | 1 | -2/+3 |
| | | | | | The syntax for the "before_script" template was missing an important key. | ||||
* | CI: add initial .gitlab-ci.yml for deployment | Devan Carpenter | 2021-01-08 | 1 | -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 |