diff options
| author | jerome <jerome@xlinfo.fr> | 2023-05-05 17:33:40 +0200 |
|---|---|---|
| committer | jerome <jerome@xlinfo.fr> | 2023-05-05 17:33:40 +0200 |
| commit | 7af76d6e42dcb3934307f3b1e88dd70bc7743aad (patch) | |
| tree | 0396c7436cc6259d3f606208c559b5bf1093e2aa | |
| parent | 64635903ccd729f492f139a0899529e520c68b80 (diff) | |
| download | helloworld-7af76d6e42dcb3934307f3b1e88dd70bc7743aad.tar.gz helloworld-7af76d6e42dcb3934307f3b1e88dd70bc7743aad.zip | |
update .gitlab-ci.yml
| -rw-r--r-- | .gitlab-ci.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 57f9fc3..ddb35fd 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -41,8 +41,8 @@ lint-test-job: junit: ansible-lint.xml -run-job: - stage: run +deploy-job: + stage: deploy tags: - loufux-docker image: ansible |
