diff --git a/.woodpecker/.deploy.yaml b/.woodpecker/.deploy.yaml index 8ba6cbb..13d66db 100644 --- a/.woodpecker/.deploy.yaml +++ b/.woodpecker/.deploy.yaml @@ -1,21 +1,21 @@ steps: - name: publish - image: woodpeckerci/plugin-kaniko - settings: - registry: rg.fr-par.scw.cloud - repo: asr-projects/beau-gosse-du-92-web - tags: ${CI_COMMIT_SHA} - cache: true - auto_tag: true - build_args: - - JOBS_NB=1 # limit the number of jobs to run in order to limit the consumed RAM - username: nologin - password: - from_secret: registry-password - debug: true - backend_options: - kubernetes: - resources: - requests: - memory: "1.5Gi" - cpu: "1" + publish: + image: woodpeckerci/plugin-kaniko + settings: + registry: rg.fr-par.scw.cloud + repo: asr-projects/beau-gosse-du-92-web + tags: ${CI_COMMIT_SHA} + cache: true + auto_tag: true + build_args: + - JOBS_NB=1 # limit the number of jobs to run in order to limit the consumed RAM + username: nologin + password: + from_secret: registry-password + debug: true + backend_options: + kubernetes: + resources: + requests: + memory: "1.5Gi" + cpu: "1"