From 170ba6d418b7dc4676ea71678dd661da60e726d0 Mon Sep 17 00:00:00 2001 From: jaseg Date: Sun, 29 Sep 2019 16:28:11 +0200 Subject: deploy: add pogojig --- setup_openjscad.yml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 setup_openjscad.yml (limited to 'setup_openjscad.yml') diff --git a/setup_openjscad.yml b/setup_openjscad.yml new file mode 100644 index 0000000..dea4ad2 --- /dev/null +++ b/setup_openjscad.yml @@ -0,0 +1,9 @@ +--- +- name: Copy openjscad webapp sources + synchronize: + # FIXME: make this path configurable + src: ~/openjscad_dist/ + dest: /var/www/openjscad.jaseg.net/ + group: no + owner: no + -- cgit