Add aws processor, refactor processing a little
[candle] / src / main / aws / config.lisp.tmpl
1 (in-package #:candle-aws)
2
3 (setf *aws-exec* "/path/to/aws")
4 (setf *aws-instance-id* "instance-id")
5 (setf *aws-username* "user")
6 (setf *aws-keyfile* "/path/to/ssh/key")
7 (setf *rsync* "/usr/bin/rsync")
8 (setf *ssh-exec* "/usr/bin/ssh")
9 (setf *remote-work-dir* "/path/to/remote/work/dir")
10 (setf *remote-candle-location* "/path/to/remote/candle/exec")