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

Deploy using GitLab CI.

parent 4edee50d
No related branches found
No related tags found
No related merge requests found
---
build:
tags: ["host01.shore.co.il"]
script:
- cid="$(basename $(cat /proc/1/cpuset))"
- docker pull adarnimrod/presentation
- >-
docker run
--rm
--volumes-from "$cid"
--volume "/var/www/www.shore.co.il/resume:/builds/nimrod/resume/output"
--workdir "/builds/nimrod/resume"
adarnimrod/presentation
make DESTDIR=output
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment