Skip to content
Snippets Groups Projects
Commit 600cee06 authored by nimrod's avatar nimrod
Browse files

Personal registry.

parent 194d3cba
No related branches found
No related tags found
No related merge requests found
Pipeline #545 passed
......@@ -2,3 +2,21 @@
include:
- project: shore/ci-templates
file: templates/pre-commit.yml
- project: shore/ci-templates
file: templates/docker.yml
stages:
- test
- build
- deploy
variables:
IMAGE: presentation
build:
extends: .docker-build-shore
tags: [ns4.shore.co.il]
push:
extends: .docker-push-shore
tags: [ns4.shore.co.il]
......@@ -7,11 +7,11 @@ Markdown or DOT).
## Usage
`docker run --rm -itv “$PWD:/volume“ adarnimrod/presentation`
`docker run --rm -itv “$PWD:/volume“ registry.shore.co.il/presentation`
Will watch the current directory and run `make` whenever a file changes. One can
add a shell alias
`alias presentation='docker run --rm -itv “$PWD:/volume“ adarnimrod/presentation'` for easier use.
`alias presentation='docker run --rm -itv “$PWD:/volume“ registry.shore.co.il/presentation'` for easier use.
See the example folder for more details.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment