diff --git a/README.md b/README.md index 1a0c08662677d13027c2d576a5728e8cb4a5e9c4..b59c7fe354d0d0a23f5fbe95fc6c6616eef90100 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,16 @@ npm packages: create gitlab-ci.yml with: ```yaml -- include: - - remote: 'https://gitlab.com/example-project/-/raw/master/.gitlab-ci.yml' - ``` \ No newline at end of file +include: + - remote: 'https://git.code.tecnalia.com/jon.lopezdeguerena/ci-files/-/raw/master/npm-packages/gitlab-ci.yml' + ``` + +Maven project dockerized with azure deploy: + +create gitlab-ci.yml with: + +```yaml + include: + - remote: 'https://git.code.tecnalia.com/jon.lopezdeguerena/ci-files/-/raw/master/project-maven-azure-docker/gitlab-ci.yml' + ``` +