diff options
Diffstat (limited to 'config/keter.yml')
-rw-r--r-- | config/keter.yml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/config/keter.yml b/config/keter.yml new file mode 100644 index 0000000..1c7aaf3 --- /dev/null +++ b/config/keter.yml @@ -0,0 +1,8 @@ +exec: ../dist/build/turing-web/turing-web +args: + - production +host: <<HOST-NOT-SET>> + +# Use the following to automatically copy your bundle upon creation via `yesod +# keter`. Uses `scp` internally, so you can set it to a remote destination +# copy-to: user@host:/opt/keter/incoming |