2022-10-15 22:31:37 +02:00
|
|
|
- name: Create folder for image
|
2022-10-31 20:30:26 +01:00
|
|
|
import_tasks: create-build.yml
|
2022-10-15 22:31:37 +02:00
|
|
|
tags: ["create-build"]
|
|
|
|
|
2022-10-08 23:40:59 +02:00
|
|
|
- name: Create cluster k8s scaleway via terraform
|
2022-10-31 20:30:26 +01:00
|
|
|
import_tasks: create-cluster.yml
|
2022-10-08 23:40:59 +02:00
|
|
|
tags: ["create-cluster"]
|
2022-10-20 16:47:03 +02:00
|
|
|
|
2022-10-08 23:40:59 +02:00
|
|
|
- name: Get id Cluster
|
2022-10-31 20:30:26 +01:00
|
|
|
import_tasks: kubeconfig.yml
|
2022-10-09 13:30:47 +02:00
|
|
|
tags: ["create-cluster", "kubeconfig"]
|
2022-10-09 13:04:02 +02:00
|
|
|
|
2022-12-10 20:14:13 +01:00
|
|
|
- name: Deploy a API backend
|
|
|
|
import_tasks: deploy-backend.yml
|
2022-12-10 23:05:52 +01:00
|
|
|
tags: ["deploy-api"]
|
|
|
|
|
|
|
|
|
|
|
|
- name: Deploy a API backend
|
|
|
|
import_tasks: destroy-backend.yml
|
|
|
|
tags: ["destroy-api"]
|
|
|
|
|
2022-12-10 20:14:13 +01:00
|
|
|
|
2022-10-09 13:04:02 +02:00
|
|
|
- name: Destroy cluster k8s scaleway via terraform
|
2022-10-31 20:30:26 +01:00
|
|
|
import_tasks: destroy-cluster.yml
|
|
|
|
tags: ["destroy-cluster"]
|