@@ -35,7 +27,7 @@ code using [apiDoc](https://apidocjs.com/){:target="_blank"}.
| `APIDOC_OPTIONS` | Additional options | ` ` |
| `IMAGE_TAG` | The default tag for the docker image | `18.1-alpine3.14` |
### Artifacts
## Artifacts
When the job is successful, the build of your documentation is available as artifact.
@@ -50,5 +42,5 @@ When the job is successful, the build of your documentation is available as arti
### Author
## Author
This resource is an **[official job](https://docs.r2devops.io/faq-labels/)** added in [**R2Devops repository**](https://gitlab.com/r2devops/hub) by [@thomasboni](https://gitlab.com/thomasboni)
* When: `manual`, only when running on default branch (`$CI_DEFAULT_BRANCH`).
To update this behavior, see [job customization](https://r2devops.io/use-the-hub/#global) to override [`rules`](https://docs.gitlab.com/ee/ci/yaml/#rulesif)
### Variables
## Variables
!!! info
If you have setup Gitlab's CI/CD variables, they will be used instead of the ones defined in `.env`, just make sure to name them exactly the same.
@@ -37,7 +29,7 @@ This job will allow you to migrate the database using a migration file that you
| `ARTISAN_OUTPUT` | `artisan_migration.log` | Name for logs file |
### Artifacts
## Artifacts
When the job is done, the command's output will be available under the file name `ARTISAN_OUTPUT` as an artifact.
@@ -52,5 +44,5 @@ When the job is done, the command's output will be available under the file name
with any output location.
### Author
## Author
This resource is an **[official job](https://docs.r2devops.io/faq-labels/)** added in [**R2Devops repository**](https://gitlab.com/r2devops/hub) by [@moha-s](https://gitlab.com/moha-s)
@@ -37,5 +32,5 @@ This job uses the latest AWS CLI version (v2 for now) in order to sync files bet
### Author
## Author
This resource is an **[official job](https://docs.r2devops.io/faq-labels/)** added in [**R2Devops repository**](https://gitlab.com/r2devops/hub) by [@GridexX](https://gitlab.com/GridexX)
All paths defined in variables are relative and start from the root of your
@@ -37,5 +29,5 @@ This job will compile local packages and all of their dependencies on Rust proje
### Author
## Author
This resource is an **[official job](https://docs.r2devops.io/faq-labels/)** added in [**R2Devops repository**](https://gitlab.com/r2devops/hub) by [@alexiaognard](https://gitlab.com/alexiaognard)