Loading .gitlab-ci.yml 0 → 100644 +27 −0 Original line number Diff line number Diff line --- include: - project: shore/ci-templates file: templates/pre-commit.yml - project: shore/ci-templates file: templates/docker.yml stages: - test - build - deploy build: extends: .docker-build-shore tags: [ns4.shore.co.il] push-shore: extends: .docker-push tags: [ns4.shore.co.il] variables: FULL_IMAGE: "registry.shore.co.il/$IMAGE:$TAG" push-hub: extends: .docker-push tags: [ns4.shore.co.il] variables: FULL_IMAGE: "registry.hub.docker.com/$IMAGE:$TAG" README.md +6 −4 Original line number Diff line number Diff line # AWS ClougWatch Agent [](https://git.shore.co.il/nimrod/cw-logs-docker/-/commits/master) Send files to CloudWatch logs. ## Usage Loading Loading @@ -29,7 +31,7 @@ This software is licensed under the MIT license (see `LICENSE.txt`). ## Author Information Nimrod Adar, [contact me](mailto:nimrod@shore.co.il) or visit my [website]( https://www.shore.co.il/). Patches are welcome via [`git send-email`]( http://git-scm.com/book/en/v2/Git-Commands-Email). The repository is located at: <https://git.shore.co.il/explore/>. Nimrod Adar, [contact me](mailto:nimrod@shore.co.il) or visit my [website](https://www.shore.co.il/). Patches are welcome via [`git send-email`](http://git-scm.com/book/en/v2/Git-Commands-Email). The repository is located at: <https://git.shore.co.il/explore/>. Loading
.gitlab-ci.yml 0 → 100644 +27 −0 Original line number Diff line number Diff line --- include: - project: shore/ci-templates file: templates/pre-commit.yml - project: shore/ci-templates file: templates/docker.yml stages: - test - build - deploy build: extends: .docker-build-shore tags: [ns4.shore.co.il] push-shore: extends: .docker-push tags: [ns4.shore.co.il] variables: FULL_IMAGE: "registry.shore.co.il/$IMAGE:$TAG" push-hub: extends: .docker-push tags: [ns4.shore.co.il] variables: FULL_IMAGE: "registry.hub.docker.com/$IMAGE:$TAG"
README.md +6 −4 Original line number Diff line number Diff line # AWS ClougWatch Agent [](https://git.shore.co.il/nimrod/cw-logs-docker/-/commits/master) Send files to CloudWatch logs. ## Usage Loading Loading @@ -29,7 +31,7 @@ This software is licensed under the MIT license (see `LICENSE.txt`). ## Author Information Nimrod Adar, [contact me](mailto:nimrod@shore.co.il) or visit my [website]( https://www.shore.co.il/). Patches are welcome via [`git send-email`]( http://git-scm.com/book/en/v2/Git-Commands-Email). The repository is located at: <https://git.shore.co.il/explore/>. Nimrod Adar, [contact me](mailto:nimrod@shore.co.il) or visit my [website](https://www.shore.co.il/). Patches are welcome via [`git send-email`](http://git-scm.com/book/en/v2/Git-Commands-Email). The repository is located at: <https://git.shore.co.il/explore/>.