summaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2017-08-19 14:43:02 +0300
committerLars Wirzenius <liw@liw.fi>2017-08-19 14:43:02 +0300
commit68a9a5989661c0be1e3ba52edbcef537f4733629 (patch)
tree98acf52e6bf4440b0519718fd3ba5560193308e4 /arch
parent032ee55c1ca9fcc8dd0b106ac3635d258059790a (diff)
downloadick2-68a9a5989661c0be1e3ba52edbcef537f4733629.tar.gz
Add: a more complete project example spec
Diffstat (limited to 'arch')
-rw-r--r--arch/ick2-arch.mdwn12
1 files changed, 7 insertions, 5 deletions
diff --git a/arch/ick2-arch.mdwn b/arch/ick2-arch.mdwn
index e2f333b..15061a3 100644
--- a/arch/ick2-arch.mdwn
+++ b/arch/ick2-arch.mdwn
@@ -70,11 +70,13 @@ This might be expressed as Ick2 configuration like this:
workspace:
- git: ssh://git@git.example.com/website.git
pipelines:
- build_workspace:
- - shell: git clone ssh://git@git.example.com/website.git
- build_site:
- - shell: ikiwiki
- FIXME: this should be finished
+ getsource:
+ - shell: git clone ssh://git@git.example.com/website.git src
+ ikiwiki:
+ - shell: mkdir html
+ - shell: ikiwiki src html
+ publish:
+ - shell: rsync -a --delete html/. www-user@www.example.com/srv/http/.
Ick2 ALPHA-1