* 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
@@ -38,6 +39,16 @@ This job will allow you to migrate the database using a migration file that you
| `ARTISAN_OUTPUT` | `artisan_migration.log` | Name for logs file |
### Artifact
### Artifacts
When the job is done, the command output will be available under the file name `ARTISAN_OUTPUT` as an artifact.
No newline at end of file
When the job is done, the command's output will be available under the file name `ARTISAN_OUTPUT` as an artifact.