@@ -5,7 +5,7 @@ This job will run an [`ansible-playbook`](https://docs.ansible.com/ansible/lates
## How to use it
1. Copy the job URL located in the `Install` part of the right panel and add it inside the`include` list of your `.gitlab-ci.yml`file (see the [quick setup](/use-the-hub/#quick-setup)). You can specify [a fixed version](#changelog) instead of `latest`.
1. Copy/paste job URL in`include` list of your `.gitlab-ci.yml` (see the [quick setup](/use-the-hub/#quick-setup)). You can specify [a fixed version](#changelog) instead of `latest`.
2. If you need to customize the job (stage, variables, ...) 👉 check the [jobs
1. Copy the job URL located in the `Install` part of the right panel and add it inside the`include` list of your `.gitlab-ci.yml`file (see the [quick setup](/use-the-hub/#quick-setup)). You can specify [a fixed version](#changelog) instead of `latest`.
1. Copy/paste job URL in`include` list of your `.gitlab-ci.yml` (see the [quick setup](/use-the-hub/#quick-setup)). You can specify [a fixed version](#changelog) instead of `latest`.
1. If you need to customize the job (stage, variables, ...) 👉 check the [jobs
@@ -10,7 +10,7 @@ This job will allow you to migrate the database using a migration file that you
1. Ensure that your project has a pre-made environment file such as `.env.testing` in example, which contains the variables that will be used by the project.
2. Copy the job URL located in the `Install` part of the right panel and add it inside the`include` list of your `.gitlab-ci.yml`file (see the [quick setup](/use-the-hub/#quick-setup)). You can specify [a fixed version](#changelog) instead of `latest`.
2. Copy/paste job URL in`include` list of your `.gitlab-ci.yml` (see the [quick setup](/use-the-hub/#quick-setup)). You can specify [a fixed version](#changelog) instead of `latest`.
3. If you need to customize the job (stage, variables, ...) 👉 check the [jobs
@@ -5,7 +5,7 @@ This job uses the latest AWS CLI version (v2 for now) in order to sync files bet
[AWS CLI](https://aws.amazon.com/cli/){:target="_blank"} is a unified tool to manage your AWS services. With just one tool to download and configure, you can control multiple AWS services from the command line and automate them through scripts.
## How to use it
1. Copy the job URL located in the `Install` part of the right panel and add it inside the`include` list of your `.gitlab-ci.yml`file (see the [quick setup](/use-the-hub/#quick-setup)). You can specify [a fixed version](#changelog) instead of `latest`.
1. Copy/paste job URL in`include` list of your `.gitlab-ci.yml` (see the [quick setup](/use-the-hub/#quick-setup)). You can specify [a fixed version](#changelog) instead of `latest`.
1. Set your credentials variables in the Gitlab CI/CD variables section of your project (see the [S3 documentation](https://docs.aws.amazon.com/cli/latest/userguide/cli-configure-quickstart.html){:target="_blank"} about credentials) .
@@ -5,7 +5,7 @@ This job will compile local packages and all of their dependencies on Rust proje
## How to use it
1. Ensure that your project have a [`cargo.toml`](https://doc.rust-lang.org/cargo/reference/manifest.html){:target="_blank"} file which contains the requirements.
1. Copy the job URL located in the `Install` part of the right panel and add it inside the`include` list of your `.gitlab-ci.yml`file (see the [quick setup](/use-the-hub/#quick-setup)). You can specify [a fixed version](#changelog) instead of `latest`.
1. Copy/paste job URL in`include` list of your `.gitlab-ci.yml` (see the [quick setup](/use-the-hub/#quick-setup)). You can specify [a fixed version](#changelog) instead of `latest`.
1. If you need to customize the job (stage, variables, ...) 👉 check the [jobs