| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
It's a waste of resources to download/install curl for each job. Let's
use the "official" curl image instead.
|
|
|
|
|
| |
We want to specify the POST, as well as include the protocol response
headers in the output.
|
|
|
|
|
| |
The syntax for the "before_script" template was missing an important
key.
|
|
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
|